https://github.com/olivmath/wallet-generator
https://github.com/olivmath/wallet-generator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olivmath/wallet-generator
- Owner: olivmath
- Created: 2022-04-14T05:46:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T05:56:30.000Z (about 3 years ago)
- Last Synced: 2025-01-14T14:49:54.907Z (4 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallet Generator REST-API
[](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