Skip to content

Commit 17c7242

Browse files
authored
Merge branch 'main' into docs/supportedChains-4
2 parents 972a000 + 759f895 commit 17c7242

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/src/chains/injective.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Injective
22

3+
Injective is a unique blockchain tailored for finance, offering out-of-the-box modules like a fully decentralized orderbook. As an open smart contracts platform, it hosts a suite of decentralized apps designed for optimal user experience. Dive into Injective and unlock efficient capital allocation in decentralized financial markets.
4+
5+
[Visit Injective's Website](https://injective.com/)
6+
7+
## Usage
8+
To interact with contracts on Injective, first enable the `eth` feature for cw-orchestrator. Injective supports EVM-based addresses, and this will enable their use within cw-orchestrator.
9+
10+
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::INJECTIVE_1`.
311
```rust,ignore
412
{{#include ../../../cw-orch/src/daemon/networks/injective.rs:injective}}
513
```
14+
15+
16+
17+
## References
18+
19+
- [Injective Documentation](https://docs.injective.network/)
20+
- [Injective Discord](https://discord.gg/injective)

0 commit comments

Comments
 (0)