Ceramic demo (#27)

* init project

* update modules

* update dirs

* update http call

* update aqua

* add create func

* update aqua
This commit is contained in:
boneyard93501
2021-10-14 12:18:25 -05:00
committed by GitHub
parent b84851a4a3
commit 00b9b7d5ac
24 changed files with 1937 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
mkdir -p artifacts
rm -f artifacts/*.wasm
cd services/curl-adapter
cargo update --aggressive
marine build --release
cp target/wasm32-wasi/release/curl_adapter.wasm ../../artifacts/
cd ../ceramic-adapter
cargo update --aggressive
marine build --release
cp target/wasm32-wasi/release/ceramic_adapter.wasm ../../artifacts/