0.1.7 • Published 6 years ago
@digix/truffle-lightwallet-provider v0.1.7
Truffle Lightwallet Provider
RPC Provider using Eth-Lightwallet & Web3-Provider-Engine.
Inspired by https://github.com/trufflesuite/truffle-hdwallet-provider.
Usage
// truffle.js
const LightWalletProvider = require('@digix/truffle-lightwallet-provider');
module.exports = {
networks: {
ropsten: {
provider: new LightWalletProvider({
keystore: '/path/to/my/serialized-eth-lightwallet.json',
password: 'mySecretDecryptionKey',
rpcUrl: 'http://ropsten.infura.io/',
debug: true, // optional, show JSON-RPC logs
prefund: 1e18, // optional, fund all lightwallet addresses (via coinbase) with this of wei
pollingInterval: 4000 // optional, polling interval for the provider (reduce for faster deploy with testRPC or kovan)
}),
network_id: '3',
},
},
};
Sigmate
Check out https://github.com/DigixGlobal/sigmate for a simple eth-lightwallet keystore manager.
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 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.13
7 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago