1.1.0 • Published 5 years ago

blocktopus-guard v1.1.0

Weekly downloads
3
License
GPLv3
Repository
github
Last release
5 years ago

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.

sample