BlockPanda
Test in local
clone repo
git clone https://github.com/a8252525/BlockPanda.git
EOSIO Testnet
Test inclone repo
git clone https://github.com/a8252525/BlockPanda.git
Init env
sh -c "echo \"alias cleos='/usr/bin/cleos -u https://api.testnet.eos.io'\" >> ~/.bashrc"
source ~/.bashrc
Init wallet
cleos -u http://$eos_endpoint wallet create --file wallet_pass.txt
cleos -u http://$eos_endpoint wallet import --private-key {private_key}
For private_key
, go to EOSIO Testnet to get your own key-pair.
Compile and push contract
bash BlockPanda/blockpanda/panda.sh