blocktopus-guard
v1.1.0
Published
Solidity library that enables Token Sales to automate their KYC process by using the Blocktopus platform.
Downloads
16
Maintainers
Readme
Blocktopus Guarded Solidity Library
The Solidity library that enables Smart Contracts to automate their KYC process by using the Blocktopus platform.
How to use it
In your Token Sale's Smart Contract, inherit the BlocktopusGuarded contract and apply the BlocktopusOnly modifier at your payable function that is accepting the funds.
Then the modifier will automatically reject any payments that are not originating from a KYC'd Blocktopus wallet.

