Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
Fix #48 and rephrase the reference to CosmWasm because it was being misidentified as a smart contract library.

Signed-off-by: Nathan Baum <335497+nbaum@users.noreply.github.com>
  • Loading branch information
nbaum authored Jul 19, 2023
1 parent cd31cf1 commit a864773
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/learn/introduction/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ The design of the Cudos network enables the following advantages:
- Scalability
- Ability to deploy inter-chain smart contracts and build cross-chain applications.


### Developer Friendly

Cudos Network supports smart contract development that compiles to Web Assembly. Rust developers can quickly set up a local and test network to build on.

This comment has been minimized.

Copy link
@ANDREZSTYLE

ANDREZSTYLE Jul 23, 2023

docs/learn/introduction/overview.md

Cudos Network supports smart contract development that compiles to Web Assembly, using the [CosmWasm](https://cosmwasm.com) module.

[CosmWasm](https://docs.cosmwasm.com/docs/1.0/) - a library of modular code needed for building a contract is a helpful resource.
Rust developers can quickly set up a local and test network to build on.

0 comments on commit a864773

Please sign in to comment.