A template repository for EOSIO contracts.
- eosio.cdt
- nodeos, cleos, keosd
- nodejs (tests)
To begin, navigate to the project directory: eosio-contract-template/
mkdir build && mkdir build/wishlist
chmod +x build.sh
chmod +x deploy.sh
The wishlist
contract has already been implemented and is build-ready.
./build.sh wishlist
./deploy.sh wishlist account-name { mainnet | testnet | local }
./test.sh wishlist