- Run to
npm i algorand.js
command that's all after open the cmd. That's all!
- A simple usage example is given below.
import { Client } from 'algorand.js';
const client = new Client({
nodeNetwork: "mainnet", // or testnet
indexerNetwork: "mainnet", // or testnet
});
client.getAddressInfo("<wallet address>")
- Please contact to Witcher#0001 on Discord.