UNPKG

based-auth

Version:

A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.

4 lines (3 loc) 145 B
import { default as ethABI01 } from './abis/eth01.json'; import { default as solABI01 } from './abis/sol01.json'; export { ethABI01, solABI01 };