SDK
Currently, only the Ethereum Holesky testnet and AO are supported, with plans to gradually expand support to the Ethereum mainnet and other networks in the future.
Overview
Quick Start
Installation
bashCopy codenpm install --save @bavolabs/bavo-network-sdkImport WASM
htmlCopy code<script type="text/javascript" src="https://bavo-online.s3.ap-northeast-1.amazonaws.com/resources/v2/lhe.js"></script>vbnetCopy code_stream_writable.js:57 Uncaught ReferenceError: process is not defined
at node_modules/readable-stream/lib/_stream_writable.js (_stream_writable.js:57:18)Getting Started
BavoNetworkContractClient
Upload Data
Submit Task
Get Task Result
Get Balance and Withdraw Tokens
Types and Enums
Solidity: IDataPermission
Last updated