0.5.0 • Published 6 years ago

web3-wallet v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

web3-wallet

Wrap web3 (promisify function) for easier use.

Usage

  const wallet = Web3Wallet.wallet.fromPrivateKey('your private key');
  const web3 = Web3Wallet.create(wallet, url);
  
  console.log(await web3.eth.getBalance('address'));
  
  const yourContract = web3.eth.loadContract(contractAbi, contractAddr);
  console.log(yourContract.someFunction(...));
0.5.0

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago