0.1.5 • Published 10 months ago
@strobelabs/contracts v0.1.5
Strobe Protocol
The contracts allowing interfacing with the Strobe protocol.
Installing
npm install @strobelabs/contracts@0.1.0
Using the interfaces
import "@strobelabs/contracts/core/src/IERC257.sol"
import "@strobelabs/contracts/core/src/ICallback.sol"
import "@strobelabs/contracts/core/src/IStrobeCore.sol"
Extend IERC257
in your Dapp by implementing the onVerify
function. Interact with the Strobe protocol by importing StrobeCore
and casting the deployed address in your contract.