RED Token
Red community token
Setup
Prerequisites on Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm -g i yarnPrerequisites macOS
brew tap ethereum/ethereum
brew install node yarn solidityCommon setup
git clone git@github.com:red/RED-token.git
cd RED-token/
yarn installCompile with
yarn buildRun test suite continuously:
yarn test --watchWeb interface
Run a local development chain with:
yarn chainThen in a separate terminal start an auto-updating web server:
yarn web