Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/br0wnd3v/mina_key_generator
Based on O1JS PrivateKey class. We generate 100 keys and select one of them and display it.
https://github.com/br0wnd3v/mina_key_generator
mina-protocol o1js private-key-generator
Last synced: 13 days ago
JSON representation
Based on O1JS PrivateKey class. We generate 100 keys and select one of them and display it.
- Host: GitHub
- URL: https://github.com/br0wnd3v/mina_key_generator
- Owner: br0wnD3v
- License: apache-2.0
- Created: 2023-06-28T00:28:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T03:36:23.000Z (over 1 year ago)
- Last Synced: 2023-09-06T04:45:17.224Z (over 1 year ago)
- Topics: mina-protocol, o1js, private-key-generator
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mina zkApp: Keycreator
This template uses TypeScript.
## How to build
```sh
npm run build
```## How to run tests
```sh
npm run test
npm run testw # watch mode
```## How to run coverage
```sh
npm run coverage
```## License
[Apache-2.0](LICENSE)