1.0.3 • Published 6 months ago

@secureseco-dao/diamond-governance-sdk v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Diamond Governace SDK

TypeScript wrapper for the Diamond Governance smart contract calls.

Example

const DiamondGovernanceAddress = "< insert address of Diamond Contract >";
const [owner] = await ethers.getSigners();
const client = new DiamondGovernanceClient(DiamondGovernanceAddress, owner);
const IERC165 = await client.pure.IERC165();
console.log(await IERC165.supportsInterface("0x01ffc9a7"));

Real world projects

SecureSECO DAO webapp Diamond Governance demo