DAO Access Gate
Powered by SIK
Built with — 3 lines of code
const identity = await getIdentity("bonfida.sol", connection);
const score = identity.reputation.score;
const access = score >= 30; // threshold set by your DAOPowered by SIK
Built with — 3 lines of code
const identity = await getIdentity("bonfida.sol", connection);
const score = identity.reputation.score;
const access = score >= 30; // threshold set by your DAO