Skip to content

WitcherDevs/algorandjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Algorand module built using the Algoexplorer API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published