From a86477375873b1e96095cf834184e8e6baa662a6 Mon Sep 17 00:00:00 2001 From: Nathan Baum <335497+nbaum@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:32:28 +0100 Subject: [PATCH] Update overview.md 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> --- docs/learn/introduction/overview.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.