p2panda-rs 0.1.0

All the things a panda needs
Documentation

This library provides all tools required to write a client for the p2panda network. It is shipped both as a Rust crate p2panda-rs with WebAssembly bindings and a NPM package p2panda-js with TypeScript definitions running in NodeJS or any modern web browser.

Read the library documentation for installation guides and examples.

Development

You will need the following tools to start development:

# Run tests
cargo test

# Compile wasm as npm browser package into `pkg` folder
wasm-pack build

License

GNU Affero General Public License v3.0 AGPL-3.0