Skip to content
Snippets Groups Projects
Unverified Commit 1e7224d5 authored by osetrovich's avatar osetrovich Committed by GitHub
Browse files

another testfix

parent 566d0c6e
1 merge request!1Master
......@@ -17,9 +17,10 @@ script:
- ctest
- cpack
- sudo dpkg -i *.deb
- ls -laR /opt/kelvin-node
- sudo /opt/kelvin-node/bin/kelvin-node-tool cert create cert0 sig_tesla
- sudo service kelvin-node start
- sudo systemctl is-runnig kelvin-node
- sudo systemctl status kelvin-node
- sudo /opt/kelvin-node/bin/kelvin-node-cli wallet new -w wallet0
- sudo /opt/kelvin-node/bin/kelvin-node-cli token_decl -net private -chain gdb token TOK1 total_supply 1000000000000000000000000 signs_total 1 signs_emission 1 certs cert0
- sudo /opt/kelvin-node/bin/kelvin-node-cli token_emit -net private -chain_emission gdb -chain_base_tx gdb -addr `/opt/kelvin-node/bin/kelvin-node-cli wallet list| grep addr | awk '{print $3}' |tr -d "\n"` -token TOK1 -certs cert0 -emission_value 123000000000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment