algorand.js
v0.0.2
Published
Algorand module built using the Algoexplorer API.
Maintainers
Readme
How to install?
- Run to
npm i algorand.jscommand 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.
