An open API service indexing awesome lists of open source software.

https://github.com/olivmath/wallet-generator


https://github.com/olivmath/wallet-generator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Wallet Generator REST-API

[![Test](https://github.com/olivmath/wallet-generator/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/olivmath/wallet-generator/actions/workflows/test.yml)

## How to start

- `yarn install`
- `yarn start`

## How to works

**Generate a new Wallet**

- http://localhost:3333/wallet/new

**Generate a Wallet from Seed**

- http://localhost:3333/wallet/from/your,seed,separated,by,commas

## How to implement [lunesjs](https://github.com/lunes-platform/lunesjs)

https://github.com/olivmath/wallet-generator/blob/7087a04863b87696701e80a58d6b6c1abe3d0ff0/src/services/wallet.ts#L1