NOTE: current version is a WIP.
- Go 1.18
- Ignite Cli
- Hermes IBC Relayer
curl https://get.ignite.com/cli! | bash
cargo install --version 0.14.1 ibc-relayer-cli --bin hermes --locked
make install
make init
make start-rly
ignite generate proto-go
Build the image:
make build-docker-image
After the image is built, you can start/stop with:
make start-docker-container
make stop-docker-container
ssh-add ./.ssh/id_rsa
make start-cosmopark
make stop-cosmopark
Make sure you delete node image if you use the whole thing in dev purposes
@docker rmi neutron_node
You can check the documentation here: https://github.com/neutron-org/neutron-docs
Note: we are going to open & deploy the docs soon.
You can check out the example contracts here: https://github.com/neutron-org/neutron-contracts
Integration tests are implemented here: https://github.com/neutron-org/neutron-integration-tests