Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 439 Bytes

How to install?

  • Run to npm i algorand.js command that's all after open the cmd. That's all!

Using Example

  • 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>")

I need help what can i do?

  • Please contact to Witcher#0001 on Discord.