Crate drink

source ·
Expand description

The drink crate provides a sandboxed runtime for testing smart contracts without a need for a running node.

Modules

  • Basic chain API.
  • Contracts API.
  • Module containing the Runtime trait and its example implementations. You can use drink with any runtime that implements the Runtime trait.

Structs

Enums

  • Main error type for the drink crate.

Constants

Type Aliases