UNPKG
@netzero/contracts
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
This template uses TypeScript.
@netzero/contracts
/
README.md
27 lines
(17 loc)
•
264 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Mina zkApp: Backend Contract
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
)