freedomlayer / offset

Offset payment engine
https://www.offsetcredit.org
Other
164 stars 20 forks source link
credit-card decentralized federated micropayments payments protocol rust

Offset

Build Status codecov

Offset is a credit card powered by trust between people.

Warning: Offset is still a work in progress, and is not yet ready for use in production.

Info

License

Each crate license info can be found in the corresponding crate directory and in the crate's Cargo.toml.

Download

Releases page

Dockerized Offset servers

offset_docker

Building Offset

Install dependencies

Rust toolchain version

Offset builds on stable! The toolchain is pinned using the rust-toolchain file.

For testing, run:

cargo test

To build, run:

cargo build --release

Development tools

If you want to hack on Offset, run the following commands to install clippy, rustfmt and rls:

rustup update
rustup component add clippy
rustup component add rustfmt
rustup component add rls rust-analysis rust-src