EOS-Nation / bpvalidate

Tools to validate BPs have set up their public configuration correctly
MIT License
20 stars 19 forks source link

show reproducer contract for each chain on about page #46

Open matthewdarwin opened 5 years ago

matthewdarwin commented 5 years ago

curl --request POST \ --url http://mainnet.eosn.io/v1/chain/get_abi \ --header 'accept: application/json' \ --header 'content-type: application/json' -d '{"account_name": "eosio"}' | jq '.abi.structs[]' | less