This is a WASM app using the Yew UI framework using Rust based Subxt library. Deployed to https://w3f.github.io/polkadot-utils. Mantained by W3F Technical Education team.
Update Rust:
rustup update
To run the app locally we first install Trunk, a WASM bundler:
cargo install --locked trunk
Run the app locally with:
trunk serve --open
Allows you to call vesting().vest_other(destination)
and sign the transaction using an account from your browser extension.
Allows you to call on_demand().place_order_keep_alive(max_amount, para_id)
and sign the transaction using an account from your browser extension.