1.9.24 • Published 10 months ago
@artela/web3-atl-aspect v1.9.24
web3-atl-aspect
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.24
10 months ago
1.9.22
2 years ago
1.9.21
2 years ago
1.9.20
2 years ago
1.9.19
2 years ago
1.9.18
2 years ago
1.9.16
2 years ago
1.9.15
2 years ago
1.9.14
2 years ago
1.9.13
2 years ago
1.9.12
2 years ago
1.9.10
2 years ago
1.9.8
2 years ago
1.9.7
2 years ago
1.9.6
2 years ago
1.9.5
2 years ago
1.9.4
2 years ago
1.9.3
2 years ago
1.9.2
2 years ago
1.9.1
2 years ago