Skip to content

red/RED-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1be1c32 · Jul 14, 2019

History

96 Commits
Jan 7, 2018
Jan 7, 2018
Jan 9, 2018
Jan 9, 2018
Jan 7, 2018
Jan 20, 2018
Jan 7, 2018
Dec 17, 2017
Jan 7, 2018
Jul 14, 2019
Jan 5, 2018
Dec 26, 2017
Jul 14, 2019

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