algorand.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i algorand.js

Weekly Downloads

2

Version

0.0.2

License

GPL-3.0-or-later

Unpacked Size

86.9 kB

Total Files

57

Last publish

Collaborators

  • witcherdev