All Projects → virto-network → sube

virto-network / sube

Licence: Apache-2.0 license
SUBmit Extrinsics to a Substrate chain

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to sube

http4s-graal
An experiment running http4s as native image with Graal (+ Substrate)
Stars: ✭ 27 (+42.11%)
Mutual labels:  substrate
Substrate
Substrate: The platform for blockchain innovators
Stars: ✭ 6,275 (+32926.32%)
Mutual labels:  substrate
Tai-Shang-Combiner
太上老君,基于 Elixir 的 NFT 炼丹炉
Stars: ✭ 16 (-15.79%)
Mutual labels:  substrate
Setheum
Setheum Network - Islamic Finance DeFi, Multi-Stablecoins, Payments, EVM, DeFi on Rockets to Heaven => 🚀ready for hacking🚀
Stars: ✭ 15 (-21.05%)
Mutual labels:  substrate
interbtc
interBTC: Trustless Bitcoin on Polkadot | kBTC: Trustless Bitcoin on Kusama
Stars: ✭ 136 (+615.79%)
Mutual labels:  substrate
ui
UI utilities, libraries and Vue.js components in use across @polkadot-js projects
Stars: ✭ 19 (+0%)
Mutual labels:  substrate
subsocial-offchain
Off-chain storage for Subsocial blockchain. This app builds user feeds and notifications by subscribing to Substrate events.
Stars: ✭ 24 (+26.32%)
Mutual labels:  substrate
polkascan-os
Polkascan Open Source
Stars: ✭ 52 (+173.68%)
Mutual labels:  substrate
metis
A library for secure ink! Wasm smart contract development.
Stars: ✭ 29 (+52.63%)
Mutual labels:  substrate
substrate-parachain-template
A new Cumulus-based Substrate node, ready for hacking.
Stars: ✭ 172 (+805.26%)
Mutual labels:  substrate
Zentanetwork
Zentanetwork is a forkless Proof of Stake consensus for communication and data storage.
Stars: ✭ 15 (-21.05%)
Mutual labels:  substrate
py-substrate-interface
Python Substrate Interface
Stars: ✭ 125 (+557.89%)
Mutual labels:  substrate
mangata-node
Mangata ❤️ Substrate & Polkadot
Stars: ✭ 52 (+173.68%)
Mutual labels:  substrate
polkascan-pre-harvester
Polkascan PRE Harvester
Stars: ✭ 23 (+21.05%)
Mutual labels:  substrate
mashnet-node
KILT blockchain node
Stars: ✭ 71 (+273.68%)
Mutual labels:  substrate
ts
Misc. TypeScript definitions that are not yet available on DefinitelyTyped but required by other projects in this repo. Should be merged with upstream projects or the DT project.
Stars: ✭ 13 (-31.58%)
Mutual labels:  substrate
polkadot-wiki-old
The Polkadot wiki.
Stars: ✭ 56 (+194.74%)
Mutual labels:  substrate
atomos
Atomos - A Java Module Framework using OSGi Connect
Stars: ✭ 12 (-36.84%)
Mutual labels:  substrate
subwasm
Subwasm is a cli utility to help you know more about WASM Runtimes. It help downloading, inspecting and comparing Substrate based chains such as Polkadot or Kusama.
Stars: ✭ 53 (+178.95%)
Mutual labels:  substrate
europa
A sandbox to run and debug smart contracts for FRAME Contracts pallet and also a sandbox framework for Substrate runtime.
Stars: ✭ 71 (+273.68%)
Mutual labels:  substrate

Sube

A client library and CLI for Substrate chains, doing less by design than subxt with a big focus on size and portability so it can run in constrainted environments like the browser.

Making use of the type information in a chain's metadata(>= v14) and powered by our Scales library, Sube allows automatic conversion between the SCALE binary format used by the blockchain with a human-readable representation like JSON without having to hardcode type information for each network. When submitting extrinsics Sube only does that, it's your responsability to sign the payload with a different tool first(e.g. libwallet) before you feed the extrinsic data to the library.

Sube supports multiple backends under different feature flags like http, http-web or ws/wss, with future support for a smoldot based light-node.

Cli

For convenience Sube is also a stand-alone cli.

asciicast

Progressive decentralization

🛠️ ⚠️ Upcoming feature

The true raison d'etre of Sube is not to create yet another Substrate client but to enable the Virto.Network and any project in the ecosystem to reach a broader audience of end-users and developers by lowering the technical entry barrier and drasticaly improving the overal user experience of interacting with blockchains. We call it progressive decentralization.

When paired with our plugin runtime Valor, Sube can be exposed as an HTTP API that runs both in the server and the browser and be composed with other plugins to create higher level APIs that a client aplication can use from any plattform thanks to the ubiquitousness of HTTP. We imagine existing centralized projects easily integrating with Substrate blockchains in the server with the option to progressively migrate to a decentralized set-up with whole backends later running in the user device(web browser included).
But progressive decentralization goes beyond the migration of a centralized project, it's rather about giving users the the best experience by possibly combining the best of both worlds. A Sube powered application can start being served from a server to have an immediate response and 0 start-up time and since plugins can be hot-swapped, the blockchain backend can be switched from HTTP to lightnode transparently without the application code ever realizing, giving our users with bad connectivity and slower devices the opportunity to enjoy the best possible user experience without compromizing decentralization.

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