Getting Started Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
- Zeus installs eos and the eosio.cdt if not already installed
- CrypoKylin testnet account to set contract to and push transactions
Once you've got Zeus installed, you can unbox the ipfs-dapp-service
, compile the contracts, and run the unit tests.
You can find the contracts in the ./contracts
directory and specifically the contracts related to the DAPP Network in the ./contracts/eos/dappservices
directory.
To create your own contract you can copy the ./contracts/eos/ipfsconsumer
contract which is an example consumer contract.
Or you can run the following to create an example contract with all of the DAPP Network Service smart contract dependencies.
From this example contract which includes all of the DAPP Network services, you can trim back the unneeded code.