🎉 Action Codes Protocol won 4th place out of 1400+ project in infrastructure track at Colosseum Breakout Hackathon
Install package
pnpm add @actioncodes/sdk
Initialize the ActionCodesClient. And you are ready for using one-time codes in your application.
import { ActionCodesClient } from '@actioncodes/sdk'; const client = new ActionCodesClient();
Now you are ready to do magic with Action Codes!
// Get code from user and resolve it to verify and see details! await client.resolve(code);