1.9.22 • Published 4 months ago

@artela/web3-atl-aspect v1.9.22

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
4 months ago

web3-atl-aspect

NPM Package

This is a sub-package of web3.js.

This is the contract package used in the web3-eth package.

Please read the documentation for more.

Installation

You can install the package either using NPM or using Yarn

Using NPM

npm install web3-atl-aspect

Using Yarn

yarn add web3-atl-aspect

Usage

const Aspect = require('web3-atl-aspect');

// Set provider for all later instances to use
Aspect.setProvider('ws://localhost:8546');

const aspect = new Aspect();
aspect.deploy()
    .on('receipt', function() {
        ...
    });

Types

All the TypeScript typings are placed in the types folder.

1.9.22

4 months ago

1.9.21

5 months ago

1.9.20

5 months ago

1.9.19

5 months ago

1.9.18

6 months ago

1.9.16

7 months ago

1.9.15

8 months ago

1.9.14

8 months ago

1.9.13

8 months ago

1.9.12

8 months ago

1.9.10

8 months ago

1.9.8

8 months ago

1.9.7

10 months ago

1.9.6

10 months ago

1.9.5

10 months ago

1.9.4

10 months ago

1.9.3

10 months ago

1.9.2

10 months ago

1.9.1

11 months ago