Timestamp Oracle (#9)

* init timestamp oracle

* Update Readme.md

* update stats, tests

* update aqua script and readme
This commit is contained in:
boneyard93501
2021-06-27 18:14:46 -05:00
committed by GitHub
parent e85dae2a6b
commit cac82e8a8a
13 changed files with 908 additions and 0 deletions

6
ts-oracle/scripts/build.sh Executable file
View File

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