20 releases (11 stable)

1.4.1 May 13, 2024
1.4.0 May 9, 2024
1.3.1-pre.3 Apr 19, 2024
1.1.1 Feb 12, 2024
0.0.0 Jul 6, 2023

#676 in Magic Beans

Download history 34/week @ 2024-02-03 107/week @ 2024-02-10 59/week @ 2024-02-17 36/week @ 2024-02-24 19/week @ 2024-03-02 43/week @ 2024-03-09 24/week @ 2024-03-16 1/week @ 2024-03-23 44/week @ 2024-03-30 30/week @ 2024-04-06 251/week @ 2024-04-13 714/week @ 2024-04-20 161/week @ 2024-04-27 475/week @ 2024-05-04 328/week @ 2024-05-11 154/week @ 2024-05-18

1,172 downloads per month
Used in 5 crates (2 directly)

GPL-3.0 license

380KB
8K SLoC

Gear

Gear Protocol is a Substrate-based platform for developers, enabling anyone to spin up a dApp in just a few minutes.

CI GitHubStars Discord Twitter License

Hit the button to keep up with the daily protocol development progress!

Overview

Gear Protocol provides a developer-friendly programming platform for decentralized applications, along with custom runtime technology that can be used to deploy Layer-1 networks for running applications in a decentralized manner. The vision for Gear is to empower developers to create and deploy next-generation Web3.0 applications in the easiest and most efficient way possible.

🔥 Key Features

  • Unique 👑 : The main idea underpinning the Gear Protocol is the Actor model for message communications - secure, effective, clear.
  • Unique 👑 : Parallelizable architecture ensures even greater speed.
  • Unique 👑 : Continued messaging automation through delayed messages enables truly on-chain dApps.
  • Unique 👑 : Gasless transactions through vouchers to leverage the dApps customer base and overall Web3 adoption.
  • Unique 👑 : Built-in Actors to provide programs with enhanced access to pallets and to offload high-load computations off-chain.
  • Unique 👑 : Create a dApp in minutes using Gear Protocol's libraries.
  • Programs run in a Wasm VM, enabling near-native code execution speed.
  • Based on Substrate, Gear Protocol ensures fork-less upgrades and compatibility with other blockchains.

Capabilities

  • Gear Protocol provides dApp developers with a very minimal, intuitive, and sufficient API for writing custom-logic programs in Rust and running them on Gear-powered networks, such as the Vara Network.
  • It provides a technological foundation for constructing highly scalable and rapid decentralized Layer-1 networks.
  • Reduces the computational burden on blockchains by offloading highly intensive calculations using a Vara node with WAVM, and then proving the correctness of these calculations on any blockchain.
  • A Vara node can be used as a standalone instance running microservices, middleware, open API, and more.

For more details refer to the Gear Whitepaper.

Refer to the Technical Paper for some insights about how it works internally.

Getting Started

  1. 📖 Visit Gear Wiki to get all the details about how to start implementing your own blockchain application.
    1. Follow the instructions from "Getting started in 5 minutes" to compile your first Rust test program to Wasm.
    2. Upload and run the program on the Vara Network Testnet via Gear Idea, send a message to a program and read the program's state.
  2. 📜 Write your own program or take one from the comprehensive examples library as a basis for a convenient and swift onboarding process.
    1. Explore dApp examples in action and gain a deeper understanding of their functionalities. Write your own program or use one from the available templates. Adapt a template according to your business needs.
    2. Test your program off-chain and on-chain using a local node.
    3. Then upload it via Gear Idea to the Vara Network.
  3. 🔬 Dive into the documentation on Gear Protocol crates at https://docs.gear.rs.
  4. 📱 Implement a frontend application that interacts with your program using the JS API. React application examples are available here.

Run Vara Node

Get the binaries

To build Vara node binaries from source follow a step by step instructions provided in Node README.

Alternatively, you can download pre-built packages for your OS/architecture:

Run Vara Dev network locally

Running the following command will start a single-node Vara Dev net with two users - Alice and Bob:

gear --dev

Performance

Performance charts can be seen here: https://gear-tech.github.io/performance-charts.

Contribution

You can request a new feature by creating a new issue or discuss it with us on Discord. Here are some features in progress or planned: https://github.com/gear-tech/gear/issues

License

Gear Protocol is licensed under GPL v3.0 with a classpath linking exception.

twit github discord medium medium
About us Gear Wiki News Events Vara Network


lib.rs:

Runtime interface for gear node

Dependencies

~10–28MB
~440K SLoC