mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
update build
This commit is contained in:
parent
e0aae8ba89
commit
926fb4b919
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ src/circuit_tests/artifacts/*
|
||||
!src/circuit_tests/artifacts/.keep
|
||||
codex_storage_proofs
|
||||
test/tffi
|
||||
node_modules
|
||||
|
||||
@ -4,6 +4,7 @@ task genffi, "update the nim ffi bindings":
|
||||
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|
||||
|
||||
task compileCircuits, "compile test circuits":
|
||||
exec "npm i"
|
||||
exec "circom src/circuit_tests/poseidon-digest-test.circom --r1cs --wasm -o src/circuit_tests/artifacts"
|
||||
exec "circom src/circuit_tests/poseidon-hash-test.circom --r1cs --wasm -o src/circuit_tests/artifacts"
|
||||
exec "circom src/circuit_tests/storer-test.circom --r1cs --wasm -o src/circuit_tests/artifacts"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user