Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gretzke/zkApp-data-types
https://github.com/gretzke/zkApp-data-types
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gretzke/zkApp-data-types
- Owner: gretzke
- License: apache-2.0
- Created: 2022-10-01T00:04:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T02:38:40.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:21:59.810Z (6 months ago)
- Language: TypeScript
- Size: 484 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mina zkApp: Zkapp Data Types
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)