项目作者: FriendsFingers

项目描述 :
Smart Contracts for the Shaka Token issued by FriendsFingers
高级语言: JavaScript
项目地址: git://github.com/FriendsFingers/shaka-token.git
创建时间: 2019-01-11T18:36:38Z
项目社区:https://github.com/FriendsFingers/shaka-token

开源协议:MIT License

下载


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

  1. npm install -g truffle // Version 4.1.15+ required

Install dependencies

  1. npm install

Linter

Use Ethlint

  1. npm run lint:sol

Use ESLint

  1. npm run lint:js

Use both and fix

  1. npm run lint:fix

Compile and test the contracts

Open the Truffle console

  1. truffle develop

Compile

  1. compile

Test

  1. test

Optional

Install the truffle-flattener

  1. npm install -g truffle-flattener

Usage

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

License

Code released under the MIT License.