https://developers.eos.io/eosio-home/docs/setting-up-your-environment
https://developers.eos.io/eosio-home/docs/installing-the-contract-development-toolkit
keosd &
nodeos -e -p eosio --plugin eosio::producer_plugin --plugin eosio::chain_api_plugin --plugin eosio::http_plugin --plugin eosio::history_plugin --plugin eosio::history_api_plugin --access-control-allow-origin='*' --contracts-console --http-validate-host=false --verbose-http-errors >> nodeos.log 2>&1 &
cleos wallet create -n cognaize --to-console
cleos wallet open -n cognaize
cleos wallet unlock -n cognaize
cleos wallet list
cleos wallet create_key
cleos create account eosio accountname YOUR_PUBLIC_KEY
eosio-cpp -I include -o phonebook.wasm src/contract.cpp -contract phonebook --abigen
- Create keys with
cleos create key --to-console
- Go to https://api.monitor.jungletestnet.io
- Create an account
- Request tokens from Faucet
- Buy ram with this command
cleos --url https://jungle2.cryptolions.io system buyram demoaccount demoaccount "100 EOS" -p demoaccount@active
- Deploy smart contract with command
cleos --url https://jungle2.cryptolions.io set contract demoaccount CONTRACT_DIR_PATH phonebook.wasm --abi phonebook.abi -p demoaccout@active
- Call some action, for example
cleos --url https://jungle2.cryptolions.io push action demoaccount addperson '["Isaac Newton", "(884) 981-3901"]' -p demoaccount@active
cleos -u http://jungle.cryptolions.io:8888 get account accountname
cleos -u http://jungle.cryptolions.io:8888 get currency balance eosio.token accountname EOS
cleos --url https://jungle2.cryptolions.io get abi demoaccount5
cleos --url https://jungle2.cryptolions.io get table demoaccount5 demoaccount5 person
https://eos.io
https://developers.eos.io/eosio-home/docs/10-big-picture
https://developers.eos.io/eosio-cleos/reference
https://github.com/EOSIO
https://github.com/EOSIO/eosio.contracts
https://github.com/EOSIO/eosjs
https://developers.eos.io/eosio-cpp/docs/naming-conventions
https://eosio.stackexchange.com/
https://twitter.com/block_one_
https://twitter.com/bytemaster7
https://medium.com/@bytemaster