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+ requirednpm installUse Ethlint
npm run lint:solUse ESLint
npm run lint:jsUse both and fix
npm run lint:fixOpen the Truffle console
truffle developCompile
compile Test
testInstall the truffle-flattener
npm install -g truffle-flattenerUsage
truffle-flattener contracts/token/ShakaToken.sol > dist/ShakaToken.dist.solCode released under the MIT License.