edolstra / rust-cardano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

rust implementation of cardano wallet and crypto

Installation

If not already, install rust's toolchain.

we support stable, unstable and nightly.

We also support wasm32 target.

Build the Library

cargo build

Run the tests

cargo test

installation

Notes

The rust code contains rwc/ a fork of rust-crypto without the dependencies that cannot be build easily in a wasm environment, and minus the algorithms that are not useful.

About

License:MIT License


Languages

Language:Rust 100.0%