Smart Contracts for the Shaka Token issued by FriendsFingers.
Official website: https://www.friendsfingers.com/shaka
Install truffle
npm install -g truffle // Version 4.1.15+ required
npm install
Use Ethlint
npm run lint:sol
Use ESLint
npm run lint:js
Use both and fix
npm run lint:fix
Open the Truffle console
truffle develop
Compile
compile
Test
test
Install the truffle-flattener
npm install -g truffle-flattener
Usage
truffle-flattener contracts/token/ShakaToken.sol > dist/ShakaToken.dist.sol
Code released under the MIT License.