paritytech / trappist-extra

Apache License 2.0
38 stars 6 forks source link

Trappist Extra

Trappist Extra

Trappist Extra is a sample mobile decentralized app that demonstrates the integration of a light client node, which enables the app to connect, quickly sync and interact with any Substrate-based blockchains, including the Polkadot Network, in a fully trustless and decentralized way.

The app is built with Flutter, the multi-platform app development framework; smoldot, a cross-platform light client node implementation written in Rust; and the flutter_rust_bridge, a library and code generator which enable seamless integration of native rust code in a Flutter app.

Why "Trappist Extra" ?

This project is related to the Trappist project, a web3 developer playground built for experimenting with cross-chain applications and services built on the technologies spearheaded by the Polkadot Network.

The term Trappist refers to a style of beers brewed in Abbeys by Trappist monks, and is generally associated with authenticity, craftsmanship, integrity and tradition. Aside from any religious consideration, we like to think we put as much care in crafting Blockchain software as monks brewing high-quality beer 🍺.

The added Extra term (also named Enkel, Single or Gold) is usually used by a brewery to describe its lightest beer. As this project is a showcase application for light clients, we found the name to be a natural fit.

As Trappist breweries are not intended to be profit-making ventures, this project is non-commercial, open-source software focused solely on experimentation and knowledge sharing with people interested in learning about decentralized technologies.

Getting Started

Rust Setup

First, complete the basic Rust setup instructions. Then, follow the detailed instructions below.

Platform setup

Depending on the device you want to deploy on either choose Linux & Android on Linux or macOS, iOS & Android on macOS.

Current limitations

This is an early stage sample application, with a number of known limitations:

License

Trappist Extra is licensed under Apache 2.