1.0.1 • Published 4 years ago

eth-client v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

EthClient

License

License is here.

Apart from forbidding the use of this software for criminal activity, this license is similar to the MIT License.

GMO Blockchain Open Source Common License document is here.

Installation

Node.js

npm install eth-client

HTML

<html>
  <body>
    <script src="eth-client.min.js"></script>
  </body>
</html>

Usage

ethClient.Account.create(baseUrl, password, function(err, _account) {
    account = _account;
    contract = new ethClient.AltExecCnsContract(account, CnsAddress);
});

contract.call(password, ContractName, FunctionName, [ Args ], ABI, callback);

Upgrade

If you wish to upgrade from a version older than "1.0.0", you must also upgrade the serialized account.

ethClient.Account.upgradeOldSerialized(oldSerializedAccount, password, function(err, newSerializedAccount) {
    account =  ethClient.Account.deserialize(newSerializedAccount);
});
1.0.1

5 years ago

1.0.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago