Requires ansible、nodejs、yarn、docker、docker-compose to be installed
$ cd axon-devops/uni
$ vim scripts/config.yml
Editor config.yml
deploy_path: "./axon/uni-v2" # deploy path
v3_contract_deploy_path: "./axon/uni-v3-contract" # v3 contract compile path(git pull path)
node_address: "http://localhost:8000" # Axon node address
hex_private_key: "0x37aa0f893d05914a4def0460c0a984d3611546cfb26924d7a7ca6e0db9950a2d" # Your private key
hex_pub_address: "0x8ab0cf264df99d83525e9e11c7e4db01558ae1b1" # Your public address
listening_port: "8300" # listening port
v2-deploy
clears the data and starts the uni-interface
$ make v2-deploy
Start uni-interface
$ make v2-start
Stop uni-interface
$ make v2-stop
v3-deploy
clears the data and starts the uni-interface
$ make v3-deploy
Start uni-interface
$ make v3-start
Stop uni-interface
$ make v3-stop