diff --git a/docs/learn/introduction/overview.md b/docs/learn/introduction/overview.md index b60b1c9..734e2b8 100644 --- a/docs/learn/introduction/overview.md +++ b/docs/learn/introduction/overview.md @@ -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. +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. \ No newline at end of file +Rust developers can quickly set up a local and test network to build on.