Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Nov 9, 2022
1 parent 6c11289 commit f088e1b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ If you don't know what CosmWasm is, please check out [our homepage](https://cosm
**Warning** None of these contracts have been audited and no liability is assumed for the use of this code. They are
provided to turbo-start your projects.

**Note** All code in pre-1.0 packages is in "draft" form, meaning it may undergo minor changes and additions until 1.0.
For example between 0.1 and 0.2 we adjusted the `Expiration` type to make the JSON representation cleaner (before:
`expires: {at_height: {height: 12345}}` after `expires: {at_height: 12345}`)

## Specifications

The most reusable components are the various cwXYZ specifications under `packages`. Each one defines a standard
Expand Down Expand Up @@ -108,7 +104,7 @@ To compile all the contracts, run the following in the repo root:
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.8
cosmwasm/workspace-optimizer:0.12.9
```

This will compile all packages in the `contracts` directory and output the stripped and optimized wasm code under the
Expand Down

0 comments on commit f088e1b

Please sign in to comment.