Pre-requisites
Tools/packages needed to be pre-installed on the server.
Install go
Configure AWS cli
sudo apt install zip curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zipsudo ./aws/installaws configure
Configure .zcn environment.
mkdir .zcncd .zcntouch config.yamlblock_worker: https://dev.0chain.net/dns/ #Replace the network url on which you want to perform testing. signature_scheme: bls0chain min_submit: 50 # in percentage min_confirmation: 50 # in percentage confirmation_chain_length: 3 max_txn_query: 15 query_sleep_time: 3
Create zwallet binary
Create zbox binary
Last updated