Red community token
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm -g i yarn
brew tap ethereum/ethereum
brew install node yarn solidity
git clone git@github.com:red/RED-token.git
cd RED-token/
yarn install
Compile with
yarn build
Run test suite continuously:
yarn test --watch
Run a local development chain with:
yarn chain
Then in a separate terminal start an auto-updating web server:
yarn web