The Interface
Implement the Veriface Interface and watch it start to work.
Integrating veriface in your smart contracts is simple and stress-free with just a few lines of code you have the power of our security protocol at your fingertips.
Declaring the interface to check if an address is marked as blacklisted by our protocol and to require only whitelisted addresses to interact with a specific function in your smart contract
After declaring the interface you can use it just like any other interface implementation you have done before.
Now you can use it by calling any of our functions above before implementing your contract code. For example, check if an address is blacklisted and if it is denying it to call that function. This can be implemented like this
Last updated