Skip to content

red/RED-token

Repository files navigation

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 yarn

Prerequisites macOS

brew tap ethereum/ethereum
brew install node yarn solidity

Common setup

git clone [email protected]:red/RED-token.git
cd RED-token/
yarn install

Compile with

yarn build

Run test suite continuously:

yarn test --watch

Web interface

Run a local development chain with:

yarn chain

Then in a separate terminal start an auto-updating web server:

yarn web

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages