Compile and Deploy
The following sections covers compiling your created smart contract. Or you can use the ipfsconsumer
example contract.
Compile
See the unit testing section for details on adding unit tests.
Deploy Contract
Here we will use cleos (EOSIO's command line interface tool) to:
buy RAM so that we have enough to store the smart contract
set the smart contract to the Kylin account created in the previous section
give the contract the
eosio.code
permission level which allows the smart contract to sign transactions itself
Last updated
Was this helpful?