Skip to content

FriendsFingers/shaka-token

Repository files navigation

Shaka Token

Build Status Coverage Status

Smart Contracts for the Shaka Token issued by FriendsFingers.

Official website: https://www.friendsfingers.com/shaka

Prerequisites

Install truffle

npm install -g truffle      // Version 4.1.15+ required

Install dependencies

npm install

Linter

Use Ethlint

npm run lint:sol

Use ESLint

npm run lint:js

Use both and fix

npm run lint:fix

Compile and test the contracts

Open the Truffle console

truffle develop

Compile

compile 

Test

test

Optional

Install the truffle-flattener

npm install -g truffle-flattener

Usage

truffle-flattener contracts/token/ShakaToken.sol > dist/ShakaToken.dist.sol

License

Code released under the MIT License.