1.0.14 • Published 3 years ago

@anzerr/banano.account v1.0.14

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

Intro

This is a simple libary to create fast throwable banano accounts

Install

npm install --save git+https://github.com/anzerr/banano.account.git
npm install --save @anzerr/banano.account

Usage

const account = require('banano.account');

let a = account.create('test1', 0);
console.log(a);
/**
    {
        seed: 'test1VXYT32558BITRL9UTZ0LEOBX9GZ5DZTJBNBG15RGGP9NNX51TDBDQU0M25I',
        secret: '8f4c2d6edeeb9a09cbee7ddc4f031c1c360711ce841c29b67c9e095855127fee',
        public: 'ban_16ruzc1wbz1tuau36r5r1hpoccnwtnimkky35aibn3kf4mhm7nqp7i39wz9f'
    }
**/
1.0.14

3 years ago

1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.3

6 years ago

1.0.4

6 years ago

1.0.5

6 years ago

1.0.6

6 years ago

1.0.7

6 years ago