65d64bbacfdc78b1f6ca2a70d4fa6eee7a48576c
This reverts commit 028e3a47b5.
golgi
The Golgi complex (aka. Golgi apparatus or Golgi body) packages proteins into membrane-bound vesicles inside the cell before the vesicles are sent to their destination.
Golgi is an experimental Scuttlebutt client which uses the kuska-ssb libraries and aims to provide a high-level API for interacting with an sbot instance. Development efforts are currently oriented towards go-sbot interoperability.
Example Usage
pub async fn run() -> Result<(), GolgiError> {
let mut sbot_client = Sbot::init(None, None).await?;
let id = sbot_client.whoami().await?;
println!("{}", id);
}
Description
Languages
Rust
100%