Skip to content

The Solidity library that enables Ethereum DApps to protect against untrusted Ether wallets

License

Notifications You must be signed in to change notification settings

Blocktopus/blocktopus-guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocktopus Guard Solidity Library

The Solidity library that protects DApps from receiving Ether from wallets that have not been verified by the Blocktopus platform.

⚠️ Don't forget to perform an audit on your Smart Contract since any bug can lead to catastrophic failures such as loss of the contract's funds ⚠️

The BlocktopusGuard Solidity library was audited by Dedaub on the 20th of September 2019.

How to use it

In your DApp'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.

About

The Solidity library that enables Ethereum DApps to protect against untrusted Ether wallets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published