1.2.0 • Published 3 years ago

@thuleen/owner-wallet v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago