Skip to content

Commit 5a9c2fb

Browse files
committed
Update README
1 parent a6fc42f commit 5a9c2fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ installed following this part of the
4545
- conversion: The javascript module where you can convert the proof and
4646
verification-key given by circom into the serialization that Plutus need.
4747

48+
## Import the module into your Aiken project
49+
50+
To import the module you must execute the following command with the
51+
corresponding version. At the momment the version is `v0.1`.
52+
53+
```bash
54+
aiken packages add modulo-p/ak-381 --version v0.1
55+
```
56+
4857
## The Groth16 process.
4958

5059
Groth16 is a zk-SNARK protocol that is characterized by its lighter proof and

0 commit comments

Comments
 (0)