/BlockPanda

Blockchain class final project

Primary LanguageJupyter NotebookMIT LicenseMIT

BlockPanda

image


Test in local

clone repo

git clone https://github.com/a8252525/BlockPanda.git

Test in EOSIO Testnet

clone 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.

image

Compile and push contract

bash BlockPanda/blockpanda/panda.sh