Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)