entropy-programs-core

Crates.ioentropy-programs-core
lib.rsentropy-programs-core
version0.10.0
sourcesrc
created_at2024-01-05 08:42:05.267685
updated_at2024-04-26 15:42:26.052763
descriptionCore traits and types for building programs on the Entropy network.
homepagehttps://entropy.xyz/
repositoryhttps://github.com/entropyxyz/programs
max_upload_size
id1089451
size9,330
core-developers (github:entropyxyz:core-developers)

documentation

README

entropy-programs-core

This contains core traits and types for writing modular programs code, including programs, runtimes, architectures (for writing architecture-agnostic programs and dynamic parsing) and signature-request interfaces.

.wit

User applications can generate and use the required WITs in two ways:

  1. cargo component - prefered, since this doesn't require the user to build the wasm-component manually;
  2. reexported from entropy-programs-core via wit-bindgen - this is a fallback for when cargo component is not available.
Commit count: 91

cargo fmt