Skip to content

Commit c3bec74

Browse files
authored
Merge pull request #189 from Cyonis/docs/supportedChains-8
Update Terra documentation
2 parents 6cae2a3 + b308612 commit c3bec74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/src/chains/terra.md

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

3+
Fueled by a passionate community and deep developer talent pool, the Terra blockchain is built to enable the next generation of Web3 products and services.
4+
5+
[Visit Terra's Website](https://www.terra.money/)
6+
7+
## Usage
8+
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::PHOENIX_1`.
9+
310
```rust,ignore
411
{{#include ../../../cw-orch/src/daemon/networks/terra.rs:terra}}
512
```
13+
14+
15+
## References
16+
17+
- [Terra Documentation](https://docs.terra.money/)
18+
- [Terra Discord](https://terra.sc/discord)

0 commit comments

Comments
 (0)