- Clone Repository
- Install Rust doc here
- Modify
lib.rs
file inscr
according to your requirement and compile it using the below commandRUSTFLAGS='-C link-arg=-s' cargo build --release --target wasm32-unknown-unknown
- Once compiled above file, pick the
hellow_world.wasm
file and deploy it manually here - Further Interact with the deployed Oracle script js. see
band.js
file