0.0.2 • Published 1 year ago

algorand.js v0.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

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.
0.0.2

1 year ago

0.0.1

1 year ago