Skip to content

Commit fb72780

Browse files
authored
Merge pull request #184 from Cyonis/docs/supportedChains-3
Update juno.md
2 parents 21d6e2e + 5cdf1bf commit fb72780

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/src/chains/juno.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Juno
22

3+
Juno stands as the central hub for CosmWasm smart contracts, underpinned by the InterWasm DAO. As a global, open-source, and permission-less platform, Juno champions the forefront of CosmWasm development, enabling developers to seamlessly deploy inter-chain smart contracts crafted in Rust. The network's inclusive design ensures that anyone can innovate and engage with inter-chain applications.
4+
5+
[Visit Juno's Website](https://junonetwork.io/)
6+
7+
## Usage
8+
9+
See how to setup your main function in the [main function](../single_contract/scripting.md#main-function) section. Update the network passed into the `Daemon` builder to be `networks::JUNO_1`.
10+
311
```rust,ignore
412
{{#include ../../../cw-orch/src/daemon/networks/juno.rs:juno}}
513
```
14+
15+
## References
16+
17+
- [Juno Documentation](https://docs.junonetwork.io/juno/readme)
18+
- [Juno Discord](https://discord.junonetwork.io/)

0 commit comments

Comments
 (0)