The official Swarm compliant token contract with SRC-20 implementation in Solidity.
This is the whole Ethereum contract infrastructure used for deploying regulatory compliant tokens though Swarm's Infrastructure.
In order for you to test this ethereum contract you will need to have truffle installed globally on your system and to install necessary dependencies.
npm install -g truffle
yarn install
We have implemented basic tests in order to be sure that all implemented functionality in the code is logically backed.
truffle test
This repo is licenced by the MIT Licence