blockchain-traits 0.4.1

A minimal description of a programmable blockchain.
Documentation
1
2
3
4
5
6
7
# blockchain-traits

[![Latest Version](https://img.shields.io/crates/v/blockchain-traits.svg)](https://crates.io/crates/blockchain-traits)
[![docs](https://docs.rs/blockchain-traits/badge.svg)](https://docs.rs/blockchain-traits)

Traits and types for a blockchain that updates state using "smart contracts."
The aim of blockchain-traits is to be unopinionated about the actual semantics of the blockchain.