BlocktopusICO
The solidity library that enables ICOs to automate KYC by using the Blocktopus platform
How to use it
In your ICO's Smart Contract, inherit the BlocktopusICO Contract and apply the BlocktopusTxsOnly modifier at your payable function that is accepting the funds. Then the modifier will automatically revert any payments that are not originating from Blocktopus.
Inherit BlocktopusICO
Apply modifier
You can see an example ICO using the Blocktopus modifier in /example/ETHZCrowdsale.sol.