RPC API (Provider)
Initializing
// web3Api.ts
import naxios from '@wpdas/naxios'
const naxiosInstance = new naxios({
contractId: "hello.near-examples.near",
network: 'mainnet', // or testnet, localnet
})
/**
* NEAR RPC API
*/
export const rpcApi = naxiosInstance.rpcApi()API Reference
Last updated