mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 03:26:41 +01:00
Add very initial version of smart contracts with tests
This commit is contained in:
18
README.md
18
README.md
@@ -1,4 +1,20 @@
|
||||
# miksilo
|
||||
# miksi [](https://github.com/miksi-labs/miksi-core/actions?query=workflow%3ATest)
|
||||
|
||||
*From Esperanto, **miksi** (miks·i): to mingle, to blend, to mix, to shuffle*
|
||||
|
||||
|
||||
|
||||
**Warning:** This repository is in a very early stage.
|
||||
|
||||
## Circuits tests
|
||||
```
|
||||
npm run test-circuits
|
||||
```
|
||||
|
||||
## Smart Contracts tests
|
||||
```
|
||||
npm run test-sc
|
||||
```
|
||||
|
||||
### Compile circom circuit & generate Groth16 verifier contract
|
||||
|
||||
|
||||
Reference in New Issue
Block a user