Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
/ oasis-rs Public archive

A humane blockchain programming framework.

License

Notifications You must be signed in to change notification settings

oasislabs/oasis-rs

Repository files navigation

oasis-rs

Build status Coverage Status LICENSE Join the Slack Community channel crates.io version Docs

A collection of crates for interacting with a WASI/Wasm Blockchain platform. You can find more information in the developer documentation.

Crates for Blockchain Service Developers

  • oasis-std - A framework for conveniently developing blockchain services.
  • oasis-test - A testing framework for testing services built using Oasis.
  • oasis-client - A Rust client for interacting with services through a developer gateway
  • oasis-build - A compiler plugin that adds boilerplate code and generates RPC schemas from Rust types.

Crates for Oasis Developers

  • oasis-macros - Proc macros used by oasis.
  • oasis-types - Types common to packages in the Oasis framework.
  • memchain - An in-memory blockchain simulator used for testing

Crates for Blockchain Developers

  • bcfs - A blockchain filesystem for use in a Blockchain WASI runtime
  • blockchain-traits - Traits and types that describe a generic programmable blockchain.

Releases

No releases published

Packages

No packages published