Skip to content

Commit

Permalink
Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jul 11, 2024
1 parent cda854b commit 67d8089
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@ You can see some examples of contracts under the `contracts` directory, which
you can look at. They are simple and self-contained, primarily meant for testing
purposes, but that also makes them easier to understand.

You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus)
for examples and inspiration on more production-like contracts and also how we
call one contract from another. If you are working on DeFi or Tokens, please
look at the `cw20`, `cw721` and/or `cw1155` packages that define standard
interfaces as analogues to some popular ERC designs. (`cw20` is also inspired by
`erc777`).
You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus) for examples
and inspiration on more production-like contracts and also how we call one
contract from another. If you are working on DeFi or Tokens, please look at the
`cw20`, `cw721` and/or `cw1155` packages that define standard interfaces as
analogues to some popular ERC designs. (`cw20` is also inspired by `erc777`).

If you want to get started building you own contract, the simplest way is to go
to the [cosmwasm-template](https://github.com/CosmWasm/cosmwasm-template)
Expand All @@ -129,9 +128,9 @@ can edit the code to add your desired logic and publish it as an independent
repo.

We also recommend you review our [documentation site](https://book.cosmwasm.com)
which contains a few tutorials to guide you in building your first contracts. We
also do public workshops on various topics about once a month. You can find
past recordings on our [YouTube channel](https://www.youtube.com/channel/UCNslCTRZ0TrZg7rVDQFkMeQ), or
which contains a few tutorials to guide you in building your first contracts.
You can find past recordings of hackathon / conference workshops and
presentations on our [YouTube channel](https://www.youtube.com/@CosmWasm), or
[join our Discord server](https://chat.cosmwasm.com) to ask for help.

## Minimum Supported Rust Version (MSRV)
Expand Down

0 comments on commit 67d8089

Please sign in to comment.