Skip to content

Commit

Permalink
add Projects in doc and links (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod authored Mar 13, 2023
1 parent c046ef3 commit ca38bcc
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,33 @@ Commands:
help [command] display help for command
```

## Projects using Zombienet

Below can be found some of the projects that are currently using Zombienet as integration or as a testing framework:

**In Parity:**

- [CAPI]()
- [Cumulus](https://github.com/paritytech/cumulus/tree/master/zombienet/tests)
- [Polkadot](https://polkadot.network/) in the [testing pipeline](https://github.com/paritytech/polkadot/blob/eafdfc36492384e16e1c253be9d5097fb3f33c60/scripts/ci/gitlab/pipeline/zombienet.yml);
- [Substrate](https://github.com/paritytech/substrate/tree/master/zombienet)
- [Substrate Connect](https://github.com/paritytech/substrate-connect/tree/main/.zombienet-tests)

**In the Polkadot ecosystem:**

- [Acurast](https://github.com/Acurast/acurast-substrate/blob/10c3160a297ae6c3092ee692e6d3b632896fca65/Makefile)
- [Astar](https://github.com/AstarNetwork/Astar/blob/master/.github/workflows/zombienetRpcTest.yml#L44)
- [Gossamer](https://github.com/ChainSafe/gossamer/issues/2843)
- [Oak/Turing/Neumann](https://github.com/OAK-Foundation/OAK-blockchain/tree/master/zombienets)
- [Hydradx](https://github.com/galacticcouncil/HydraDX-node/tree/master/rococo-local)
- [InvArch](https://github.com/InvArch/InvArch-Node/blob/34a6e2216bc79c9bcee2f2f4c0cd8243fe4dfc93/zombienet/rococo-and-tinkernet%2Bbasilisk.toml)
- [Mangata](https://github.com/mangata-finance/mangata-node/tree/develop/devops/zombienet)
- [Manta/Phala](https://github.com/Manta-Network/manta-indexer/pull/30)
- [Moonbeam](https://github.com/PureStake/moonbeam/tree/master/tests/zombienet)
- [T3rn](https://github.com/t3rn/t3rn/tree/development/tests/zombienet)
- [ZombieNet Block Explorer](https://github.com/colorfulnotion/zombienet-explorer)


## Acknowledgement

This project take inspiration and some patterns from
Expand Down
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
- [Network definition spec](./network-definition-spec.md)
- [Testing DSL spec](./cli/test-dsl-definition-spec.md)
- [Development](./development.md)
- [Projects](./projects.md)
- [Acknowledgement](./acknowledgement.md)
25 changes: 25 additions & 0 deletions docs/src/projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Projects using Zombienet

Below can be found some of the projects that are currently using Zombienet as integration or as a testing framework:

**In Parity:**

- [CAPI]()
- [Cumulus](https://github.com/paritytech/cumulus/tree/master/zombienet/tests)
- [Polkadot](https://polkadot.network/) in the [testing pipeline](https://github.com/paritytech/polkadot/blob/eafdfc36492384e16e1c253be9d5097fb3f33c60/scripts/ci/gitlab/pipeline/zombienet.yml);
- [Substrate](https://github.com/paritytech/substrate/tree/master/zombienet)
- [Substrate Connect](https://github.com/paritytech/substrate-connect/tree/main/.zombienet-tests)

**In the Polkadot ecosystem:**

- [Acurast](https://github.com/Acurast/acurast-substrate/blob/10c3160a297ae6c3092ee692e6d3b632896fca65/Makefile)
- [Astar](https://github.com/AstarNetwork/Astar/blob/master/.github/workflows/zombienetRpcTest.yml#L44)
- [Gossamer](https://github.com/ChainSafe/gossamer/issues/2843)
- [Oak/Turing/Neumann](https://github.com/OAK-Foundation/OAK-blockchain/tree/master/zombienets)
- [Hydradx](https://github.com/galacticcouncil/HydraDX-node/tree/master/rococo-local)
- [InvArch](https://github.com/InvArch/InvArch-Node/blob/34a6e2216bc79c9bcee2f2f4c0cd8243fe4dfc93/zombienet/rococo-and-tinkernet%2Bbasilisk.toml)
- [Mangata](https://github.com/mangata-finance/mangata-node/tree/develop/devops/zombienet)
- [Manta/Phala](https://github.com/Manta-Network/manta-indexer/pull/30)
- [Moonbeam](https://github.com/PureStake/moonbeam/tree/master/tests/zombienet)
- [T3rn](https://github.com/t3rn/t3rn/tree/development/tests/zombienet)
- [ZombieNet Block Explorer](https://github.com/colorfulnotion/zombienet-explorer)

0 comments on commit ca38bcc

Please sign in to comment.