1.0.14 • Published 2 years ago

@anzerr/banano.account v1.0.14

Weekly downloads
18
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.13

3 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.3

5 years ago

1.0.4

5 years ago

1.0.5

5 years ago

1.0.6

5 years ago

1.0.7

5 years ago