Skip to content

Commit 2b1efed

Browse files
authored
Merge branch 'main' into docs/supportedChains-6
2 parents 5eb9ae1 + 55ae0cc commit 2b1efed

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-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)

docs/src/chains/kujira.md

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

3+
A decentralized ecosystem for protocols, builders and web3 users seeking sustainable FinTech.
4+
5+
[Visit Kujira's Website](https://kujira.network/)
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::KAIYO_1`.
10+
311
```rust,ignore
412
{{#include ../../../cw-orch/src/daemon/networks/kujira.rs:kujira}}
513
```
14+
15+
## References
16+
17+
- [Kujira Documentation](https://docs.kujira.app/introduction/readme)
18+
- [Kujira Discord](https://discord.gg/teamkujira)

docs/src/chains/neutron.md

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

3+
The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.
4+
5+
[Visit Neutron's Website](https://neutron.org/)
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::NEUTRON_1`.
10+
311
```rust,ignore
412
{{#include ../../../cw-orch/src/daemon/networks/neutron.rs:neutron}}
513
```
14+
15+
## References
16+
17+
- [Neutron Documentation](https://docs.neutron.org/)
18+
- [Neutron Discord](https://discord.com/invite/zRT2ZkQsxA)

0 commit comments

Comments
 (0)