mirror of
https://github.com/fluencelabs/examples
synced 2025-06-18 04:21:22 +00:00
Timestamp Oracle (#9)
* init timestamp oracle * Update Readme.md * update stats, tests * update aqua script and readme
This commit is contained in:
6
ts-oracle/scripts/build.sh
Executable file
6
ts-oracle/scripts/build.sh
Executable 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/
|
Reference in New Issue
Block a user