mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-08 00:13:10 +00:00
initial setup to build as a nim package
This commit is contained in:
parent
10a704909f
commit
fc94ccde7b
11
codex_storage_proofs.nim
Normal file
11
codex_storage_proofs.nim
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
import std/os
|
||||||
|
|
||||||
|
static:
|
||||||
|
let pth = currentSourcePath().parentDir()
|
||||||
|
echo "\n===="
|
||||||
|
echo "CODEX:STORAGE:PROOFS: ", pth
|
||||||
|
# echo "pwd: ", projectDir()
|
||||||
|
# echo "cwd: ", getCurrentDir()
|
||||||
|
|
||||||
|
echo "\n===="
|
||||||
9
codex_storage_proofs.nimble
Normal file
9
codex_storage_proofs.nimble
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version = "0.1.0"
|
||||||
|
author = "Jaremy Creechley"
|
||||||
|
description = "Codex Storage Proofs runner for Rust Circom library"
|
||||||
|
license = "MIT"
|
||||||
|
srcDir = "."
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 1.6.14"
|
||||||
Loading…
x
Reference in New Issue
Block a user