Dedicated crate for the Schnorr contract

This commit is contained in:
Luke Parker
2024-09-15 00:41:16 -04:00
parent bdf89f5350
commit 1c5bc2259e
20 changed files with 389 additions and 222 deletions

View File

@@ -0,0 +1,3 @@
fn main() {
build_solidity_contracts::build("contracts", "artifacts").unwrap();
}