web3-tolar-accounts
TypeScript icon, indicating that this package has built-in type declarations

1.2.6-1 • Public • Published

web3-tolar-accounts

This is a sub-package of @dreamfactoryhr/web3t.

This is the accounts package used in the web3-tolar package.

Please read the documentation for more.

Installation

Node.js

npm install web3-tolar-accounts

In the Browser

Build running the following in the @dreamfactoryhr/web3t repository:

npm run-script build-all

Then include dist/web3-tolar-accounts.js in your html file. This will expose the Web3TolarAccounts object on the window object.

Usage

// in node.js
var Web3TolarAccounts = require("web3-tolar-accounts");
 
var account = new Web3TolarAccounts("https://...");
  • ## Types

All the TypeScript typings are placed in the types folder.

Readme

Keywords

none

Package Sidebar

Install

npm i web3-tolar-accounts

Weekly Downloads

1

Version

1.2.6-1

License

LGPL-3.0

Unpacked Size

30.2 kB

Total Files

7

Last publish

Collaborators

  • dreamfactoryhr