BASM Sdk Community
This crate is a community maintained sdk for the Blocky Attestation Service developed by https://www.blocky.rocks/
Example
use ;
use ;
An example crate that consumes this sdk can be found here.
Build Environment
This crate is meant to be used with the wasm32-wasip1 build target on release profile (--release). When using this library, it is ok to use std, however things that the Blocky service doesn't provide like File IO won't work.
Please look in the integration test example repo for more information on how to setup a crate to work properly. In addition the .cargo/config.toml is important to set additional linker settings that are necessary for the wasm executable to run on the Blocky service.