init vrf demo

This commit is contained in:
boneyard93501
2022-08-01 19:17:53 -05:00
parent f2146bee14
commit a1842f7454
10 changed files with 1055 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
cargo update --aggressive
mkdir -p artifacts
rm -f artifacts/*.wasm
marine build --release
cp target/wasm32-wasi/release/vrfun.wasm artifacts/