space-lib
cargo add space-lib
This crate provides WebAssembly host functions for Space Operator.
HTTP client
use Request;
let body = get
.call?
.into_string?;
Supabase
use Supabase;
let client = new
.insert_header;
let rows = client
.from
.select
.execute?
.into_string?;
Solana
use Solana;
let client = new;
let balance = client.get_balance?;