mirror of
https://github.com/fluencelabs/examples
synced 2025-06-26 00:01:33 +00:00
NEAR integration with Fluence and Aqua (#38)
* upadte demo * init repo * update curl params * add string sub alteantive, update aqua * update * bump versions, remove unused files * update aqua * Add section 5: Decentralized Oracles With Fluence And Aqua (#35) * init quickstart-5 * update consensus calc, tests * update serivce, aqua * update service and deploymnt * update aqua, air * add seq version * update aquq * update examples * add fold, no fold to aqua * update par * update service, aqua with err value * update tests with err_val * add connect check, remove peer.connect funcs * update Readme * move body to gitbook * update fldist run_air to aqua run * bump versions * add fldist disclaimer, update version in fluence js client * update services, fjs node * update urls * update dialer * change multiaddr * Add 'tcp' to multiaddr * Aqua examples: checking npm version in aqua-ipfs-integration (#37) * update service id * update signer and services, readme * add functon * move repo * update docs * update Marine section * Update README.md * update error mapping * remove contract.rs Co-authored-by: folex <0xdxdy@gmail.com> Co-authored-by: Pavel <Pavel.Murygin@gmail.com>
This commit is contained in:
16
aqua-examples/near-integration/services/scripts/build.sh
Executable file
16
aqua-examples/near-integration/services/scripts/build.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
||||
|
||||
mkdir -p artifacts
|
||||
rm -f artifacts/*.wasm
|
||||
|
||||
cd curl-adapter
|
||||
cargo update --aggressive
|
||||
marine build --release
|
||||
|
||||
cd ../near-rpc-services
|
||||
cargo update --aggressive
|
||||
marine build --release
|
||||
cd ..
|
||||
|
||||
cp near-rpc-services/target/wasm32-wasi/release/near_rpc_services.wasm artifacts/
|
||||
cp curl-adapter/target/wasm32-wasi/release/curl_adapter.wasm artifacts/
|
Reference in New Issue
Block a user