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

https://github.com/isaac-defrain/zkapps

Simple zk smart contract for Mina Protocol
https://github.com/isaac-defrain/zkapps

Last synced: 2 months ago
JSON representation

Simple zk smart contract for Mina Protocol

Awesome Lists containing this project

README

        

# Mina zkApp: Guess

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)