ethmoji-contracts
ethmoji-contracts copied to clipboard
Ethmoji smart contracts
Ethmoji :heart_eyes:
Smart contracts for Ethmoji — composable art on the blockchain.
Getting started
Install packages
truffle
Make sure you have truffle version v4.1.5 (core: 4.1.5) or higher with Solidity v0.4.21 (solc-js) or higher
yarn
Start a local blockchain like Ganache. You can use Ganache CLI or the desktop client.
ganache-cli
Compile and migrate your local smart contracts.
truffle migrate --reset