All Projects → freedomlayer → Offset

freedomlayer / Offset

Licence: other
Offset payment engine

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Offset

Rfcs
Specifications for Interledger and related protocols
Stars: ✭ 345 (+126.97%)
Mutual labels:  payments, protocol
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+4616.45%)
Mutual labels:  protocol, decentralized
Fluence
Peer-to-peer computing protocol and licensing system
Stars: ✭ 453 (+198.03%)
Mutual labels:  protocol, decentralized
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (-85.53%)
Mutual labels:  credit-card, payments
Activitypub
A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.
Stars: ✭ 94 (-38.16%)
Mutual labels:  protocol, federated
Android Card Form
A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
Stars: ✭ 310 (+103.95%)
Mutual labels:  payments, credit-card
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+3599.34%)
Mutual labels:  payments, protocol
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (-19.08%)
Mutual labels:  decentralized, federated
Purple
Official Rust implementation of the Purple Protocol
Stars: ✭ 85 (-44.08%)
Mutual labels:  protocol, decentralized
Checkout Sdk Node
Checkout.com SDK for Node.js. Documentation here:
Stars: ✭ 28 (-81.58%)
Mutual labels:  payments, credit-card
creditcardnumber
Java library that can provide details of a bank issued credit card number
Stars: ✭ 43 (-71.71%)
Mutual labels:  credit-card, payments
Wordpress Activitypub
ActivityPub for WordPress
Stars: ✭ 118 (-22.37%)
Mutual labels:  federated, decentralized
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (-36.84%)
Mutual labels:  protocol, decentralized
Braintree android
Braintree SDK for Android
Stars: ✭ 343 (+125.66%)
Mutual labels:  payments, credit-card
network-monorepo
Monorepo containing all the main components of Streamr Network.
Stars: ✭ 223 (+46.71%)
Mutual labels:  protocol, decentralized
Payment
💰 A jQuery-free general purpose library for building credit card forms, validating inputs and formatting numbers.
Stars: ✭ 467 (+207.24%)
Mutual labels:  payments, credit-card
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (-82.89%)
Mutual labels:  decentralized, federated
Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-90.79%)
Mutual labels:  protocol, decentralized
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+488.82%)
Mutual labels:  federated, decentralized
Dandelion
a diaspora* client for Android
Stars: ✭ 100 (-34.21%)
Mutual labels:  federated, decentralized

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

  • The core crates of Offset are licensed under the AGPL-3.0 license.
  • The crates used as interface for building Offset apps are licensed under the MIT or Apache 2.0, at your option.

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

  • Install Rust.
  • Install capnproto:
    • On Ubuntu, run: sudo apt install capnproto
    • On macOS, run: brew install canpnp

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].