This repo is the smart contract source code for the LORDLESS game.
npm install
# or
yarn install
# test
# start your testrpc
npm run test
# deploy
truffle deploy --network <network> --reset
This repo is the smart contract source code for the LORDLESS game.
npm install
# or
yarn install
# test
# start your testrpc
npm run test
# deploy
truffle deploy --network <network> --reset