All Projects → aitos-io → BoAT-X-Framework

aitos-io / BoAT-X-Framework

Licence: Apache-2.0 license
BoAT-X Blockchain Application Framework for IoT

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to BoAT-X-Framework

shango-lightning-wallet
Shango Lightning Wallet
Stars: ✭ 65 (-92.01%)
Mutual labels:  wallet
greenpass-android
Green Pass PDF Wallet Android App
Stars: ✭ 29 (-96.44%)
Mutual labels:  wallet
minter-go-sdk
Minter Blockchain Golang SDK, 💳 wallet, 🧾 transactions, gRPC and HTTP clients 🌐 https://t.me/MinterGoSDK
Stars: ✭ 12 (-98.53%)
Mutual labels:  wallet
cryptoplease-dart
Dart and Flutter apps and libraries maintained by Espresso Cash (Formerly Crypto Please) team for Solana.
Stars: ✭ 188 (-76.9%)
Mutual labels:  wallet
Breadcrumb
Minimalistic Bitcoin toolkit for iOS.
Stars: ✭ 23 (-97.17%)
Mutual labels:  wallet
algorand-wallet
Source code for Pera Wallet, simply the best Algorand wallet.
Stars: ✭ 152 (-81.33%)
Mutual labels:  wallet
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (-71.99%)
Mutual labels:  wallet
BitBruteForce-Wallet
No description or website provided.
Stars: ✭ 142 (-82.56%)
Mutual labels:  wallet
Multy-android
Mobile multy-blockchain wallet client.
Stars: ✭ 17 (-97.91%)
Mutual labels:  wallet
speckle-browser-extension
Universal browser extension for Web 3 and the Polkadot ecosystem
Stars: ✭ 28 (-96.56%)
Mutual labels:  wallet
solana-mobile-wallet
💳 Non-custodial cross-platform wallet for Solana
Stars: ✭ 64 (-92.14%)
Mutual labels:  wallet
wallet-eos
wallet-eos EOS钱包 助记词 私钥 转账
Stars: ✭ 28 (-96.56%)
Mutual labels:  wallet
data exchange
Data exchange Client including wallet
Stars: ✭ 36 (-95.58%)
Mutual labels:  wallet
cardano wallet sdk
Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.
Stars: ✭ 31 (-96.19%)
Mutual labels:  wallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-97.05%)
Mutual labels:  wallet
iq sim
example gazebo ardupilot simulation package
Stars: ✭ 60 (-92.63%)
Mutual labels:  boat
Best
Gifts for Programmers
Stars: ✭ 22 (-97.3%)
Mutual labels:  wallet
wallet-adapter
Modular TypeScript wallet adapters and components for Solana applications.
Stars: ✭ 964 (+18.43%)
Mutual labels:  wallet
cryptaddress.now
A minimal service to detect which cryptocurrency an address corresponds to.
Stars: ✭ 23 (-97.17%)
Mutual labels:  wallet
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (-69.04%)
Mutual labels:  wallet

BoAT-X Framework

IssueForksStarsGitHub ReleaseJoin the chat at https://gitter.im/BoAT-X/community

BoAT logo

Introduction

Welcome to the official implementation and documents of BoAT-X Framework!(中文版)

BoAT-X is a blockchain application framework for IoT, a big portion dedicated to a family of BoAT components where BoAT stands for Blockchain of AI Things and X is a placeholder for a set of middleware components, services and tools that enable IoT devices to access blockchain services. BoAT-X depicts the vision of a boat transferring trustworthy information from the IoT data source to a data lake.

  • BoAT-Engine is an embedded blockchain client or an IoT device wallet. It's an IoT-device-oriented lightweight blockchain client SDK written in C language. BoAT-Engine may work alone or together with the BoAT-Anchor.

  • BoAT-Anchor (in development) is an edge service or a blockchain gateway that works with other BoAT components to relays transactions between an IoT device and a blockchain network.

  • BoAT-Mast (in development) is a key management system or a blockchain DID service for the IoT. BoAT-Mast provides tools for managing the public keys of the devices. BoAT-Mast also verifies if the on-chain data originates from a registered IoT device.

Why BoAT-X Contributes to a Trustworthy Foundation for IoT Data

IoT or the Internet of Things has now been transformed into infrastructure for typical everyday life. Numerous IoT devices capture data via sensors, sending data to the servers and executing commands, such as a smart lock on a shared bike. The worldwide industries have matured in realization that data surely is valuable, provided that the data is truethful.

To be precise, it is the information extracted from the data that is valuable. If we review a typical use case of a commercial data producer (the one who collects the data yet isn’t solely responsible for analyzing the data and extracting the information), it becomes crystal clear that when data is shared with the consumer, a question gets raised about how that data producer can prove the data was captured from actual IoT devices, rather than something randomly generated in a computer. Hence, the main purpose of BoAT-X is to allow IoT devices to access the blockchain services and thus extend the IoT data lifecycle with a blockchain-based credible proof at the very edge closest to where the data is being captured.

Blockchain is a decentralized immutable ledger, which is conducive for multiple entities who don't naturally trust each other, to share data in a trusted way. Moreover, once the data is saved on the blockchain, that data becomes tamper-resistant thoughout its lifecycle. However, there is still a missing gap between how data saved on a blockchain can ensure conformity to the data captured by the IoT device.

IoT devices capture data and transport it to a database within a cloud IoT platform. Therefore, there are three possible anchor (attestation) points to generate a blockchain-based proof for the data: the cloud, the edge or the device.

If the cloud IoT platform generates the data credibility proof on the blockchain, the trusted anchor point is at the IoT platform. The IoT platform itself must be trusted (authority, reputation, etc.).

If the anchor point is the edge converging data from part of the IoT devices and relaying it to the cloud while generating the proof, the edge must be trusted.

If the IoT device generates the proof, the device is the trust anchor point.

It's much more difficult and expensive to tamper with each in-field device than infringing or tampering with the data in the cloud database. Thus, the closer the anchor point is to the data source, the higher trustworthiness the proof will become.

The BoAT-X family offers the essential components to establish a trust anchor point at the device side, closest to the data source. That's why BoAT-X’s productiveness with a blockchain contributes to the trustworthy foundation of IoT data.

What makes BoAT-X Different

Most blockchain or BaaS (Blockchain as a Service) variants deliver a node and/or client/wallet software. However, this software was designed for personal computers, cloud servers or smartphones and is usually written in high-level languages like Go, Java, JavaScript, Python, etc. Some require a cumbersome virtual machine or interpreter to execute, and some even have to download code dynamically at runtime. Meanwhile, IoT devices are not as powerful and typically run on an RTOS or lightweight Linux. Due to constrained resources, most IoT devices could only support native C language applications and thus can hardly access blockchain services.

BoAT-X Family implements the BoAT-Engine, a lightweight C-language multi-chain client supporting a number of wireless modules and chipsets, as well as the BoAT-Anchor for gateway relay and the BoAT-Mast for key management. It extends the blockchain capability from computers and cellphones onto IoT devices.

How BoAT-X Works

BoAT-X has two main operating methods.

The Direct Approach

Direct Approach

The direct approach is suitable for IoT devices capable of direct access to a blockchain node. The IoT device sends data to the IoT platform, and by calling BoAT-Engine API, sends the hash of the data to the blockchain. The data consumer later compares the on-chain hash to the hash of the data normally stored on the IoT platform to determine its data credibility. The consumer also requests BoAT-Mast to check if the data comes from a registered device.

The Indirect Approach

Indirect Approach

The indirect approach accomodates IoT devices that can not otherwise directly access the blockchain node, due to various possible reasons such as an IP whitelist restriction and unmatched cryptographic algorithm capability.

By calling BoAT-Engine APIs, the IoT device signs the data with the device's cryptographic key. It then send the signature to an intermediate edge gateway. The gateway which runs the BoAT-Anchor relays the signature (i.e. digital fingerprint) to the blockchain. It also requests BoAT-Mast to check if the data come from a registered device.

The data consumer could later verify the data stored on the IoT platform against the on-chain signature.

Code Directories

BoAT-Engine

<SDKRoot>
|
+---build           | Directory to store object and executable files
+---demo            | Demo application
+---docs            | API reference manual
+---vendor          | Special vendor dependency
|   \---common      |     Universal soft algorithms implementation
|   \---platform    |     Dependency of different platforms
+---include         | Header files for application to include
+---lib             | Lib files for application to link with
+---sdk             | SDK source
|   +---third-party |     Third party libraries
|   +---include     |     Header files for SDK internal use
|   +---protocol    |     Blockchain client protocol implementation
|   +---rlp         |     RLP encoder
|   +---utilities   |     Utility APIs
|   \---wallet      |     SDK entry API implementation
+---tests           | Test cases
\---tools           | Tools for generating C interface from contract ABI

NOTE: ./build and ./lib are created in building

BoAT-Anchor

Coming soon.

BoAT-Mast

Coming soon.

Release and Status

Releases

For a complete list of new features, please read Release Notes.

Project Status Reports

For project status updates, please visit BoAT Project Status Update Reports.

Supported Blockchains and IoT Modules

See Supported List for supported blockchains and IoT modules.

Documentation

Blockchain IoT Module Whitepaper

See BoAT Blockchain IoT Module Product White Paper.

Blockchain IoT Module Technology and Application

See BoAT Blockchain IoT Module Technology and Application.

Full Documents

For full documents, please visit BoAT documentation

FAQ

Coming soon.

Community

The BoAT-X Framework community can be found at:

Contribution

We are glad to have contributors out of the core team; contributions, including (but not limited to) style/bug fixes, implementation of features, proposals of schemes/algorithms, and thorough documentation, are welcomed. Please refer to our Contribution Guideline for more information.

Find development documentation at BoAT documentation.

Submit Pull Requests at Pull Requests

License

Apache License 2.0, see LICENSE.

Join us as a BoAT-Mariner and build a pioneering spirit on your IoT+Blockchain path

Open source by aitos.io

aitos.io

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].