1.2.0 • Published 4 years ago

@thuleen/owner-wallet v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@thuleen/owner-wallet

owner-waller is a wrapper to eth-lightwallet.

Installation

Using npm:

$ npm i @thuleen/owner-wallet

In react application.js:

// Import the module
import { OwnerWallet } from "@thuleen/owner-wallet";

const password = "PassWord123@";
const ow = new OwnerWallet();

const newWallet = await ow.create({ password: password });
// { seed: "twelve seeds phrases...", accountId: "0x..." }

const restoredWallet = await ow.restore({seed: <seed>, password: <password>})
// {accountId : "0x..."}
1.2.0

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago