Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update overview.md #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.