Skip to content

Commit

Permalink
Minor readme update and clean up outdated zombienet config (#390)
Browse files Browse the repository at this point in the history
* Correct one line in README.md about zombienet command

* clean up old zombienet configs
  • Loading branch information
chrisli30 committed Jul 25, 2023
1 parent 0ebac69 commit a800c99
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ We have configured a network of 2 relay chain nodes, 1 Turing node and 1 Mangata
3. Create an alias to the zombie program(on MacOS). Since the actual command of `npm run zombie` is `node ./packages/cli/dist/cli.js`, we can add an alias to it by editing the `~/.bash_profile` file. Simply, run `vim ~/.bash_profile` add one line `alias zombienet="node <your_absolute_path>/zombienet/javascript/packages/cli/dist/cli.js"` to it.
4. Run `source ~/.bash_profile`. This will load the new ~/.bash_profile.
5. Cd into OAK-blockchain folder, `cd ../../OAK-blockchain`.
6. Spawn zombienet with our config file, `zombienet spawn zombienets/turing/xcmp.toml`.
6. Spawn zombienet with our config file, `zombienet spawn zombienets/turing/mangata.toml`.

The zombie spawn will run 2 relay chain nodes, 1 Turing node and 1 Mangata node, and set up an HRMP channel between the parachains.

Expand Down
File renamed without changes.
47 changes: 0 additions & 47 deletions zombienets/turing/xcmp.toml

This file was deleted.

0 comments on commit a800c99

Please sign in to comment.