MikeLockz / rimble-devcon-2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truffle Shavings

Truffle Boilerplate with solium, linguist, zeppelin, migrations, tests &tc

Install

git clone git@github.com:okwme/truffle-shavings.git
cd truffle shavings
yarn

or

npx truffle unbox okwme/truffle-shavings

// then create a .env file that looks like this:

TRUFFLE_MNEMONIC=candy maple cake sugar pudding cream honey rich smooth crumble sweet treat
GANACHE_MNEMONIC=grid voyage cream cry fence load stove sort grief fuel room save
TESTNET_MNEMONIC=a twelve word mnemonic phrase that works with some test network buddy
INFURA_API_KEY=yOUrInfURaKEy

Run

yarn lint:watch

Test

truffle develop
yarn test

Deploy

truffle develop
yarn deploy --network develop

// this just runs truffle migrate --reset --compile-all

Rimble Front End

cd webapp
yarn install
yarn start

About


Languages

Language:JavaScript 76.0%Language:Solidity 23.0%Language:HTML 0.9%Language:CSS 0.1%