NOTE: current version is a WIP.
- Go 1.18
- Ignite Cli
- Hermes IBC Relayer
curl https://get.ignite.com/cli! | bashcargo install --version 0.14.1 ibc-relayer-cli --bin hermes --lockedmake installmake initmake start-rlyignite generate proto-goBuild the image:
make build-docker-imageAfter the image is built, you can start/stop with:
make start-docker-container
make stop-docker-containerssh-add ./.ssh/id_rsa
make start-cosmopark
make stop-cosmoparkMake sure you delete node image if you use the whole thing in dev purposes
@docker rmi neutron_nodeYou can check the documentation here: https://neutron-org.github.io/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