1.0.0-beta-23 • Published 6 years ago

abcdeweb3 v1.0.0-beta-23

Weekly downloads
7
License
LGPL-3.0
Repository
github
Last release
6 years ago

PREVIEW RELEASE This is a copy of original web3, changed as per ABCDe requirements!

ABCDeweb3.js - ABCDe JavaScript API

You need to run a local or remote ABCDe node to use this library.

Installation

Node

npm install abcdeweb3@latest

Usage

// in node.js
var ABCDeWeb3 = require('abcdeweb3');

var ABCDeweb3 = new ABCDeWeb3('ws://localhost:8546');
console.log(ABCDeweb3);

Additionally you can set a provider using ABCDeweb3.providers.HttpProvider()

const ABCDeWeb3 = require('abcdeweb3');
const ABCDeweb3 = new ABCDeWeb3(new ABCDeWeb3.providers.HttpProvider('http://13.229.152.61:8501'));

There you go, now you can use it:

ABCDeweb3.eth.getAccounts()
.then(console.log);

Building

Requirements

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo npm install lerna bootstrap
1.0.0-beta-23

6 years ago

1.0.0-beta-22

6 years ago

1.0.0-beta-21

6 years ago

1.0.0-beta-20

6 years ago

1.0.0-beta-19

6 years ago

1.0.0-beta-18

6 years ago

1.0.0-beta-17

6 years ago

1.0.0-beta-16

6 years ago

1.0.0-beta-15

6 years ago

1.0.0-beta-14

6 years ago

1.0.0-beta-13

6 years ago

1.0.0-beta-12

6 years ago

1.0.0-beta-11

6 years ago

1.0.0-beta-10

6 years ago

1.0.0-beta-9

6 years ago

1.0.0-beta-8

6 years ago

1.0.0-beta-7

6 years ago

1.0.0-beta-6

6 years ago

1.0.0-beta-5

6 years ago

1.0.0-beta-4

6 years ago

1.0.0-beta-3

6 years ago

1.0.0-beta-2

6 years ago

1.0.0-beta-1

6 years ago

1.0.0-beta

6 years ago