|
12 | 12 | [Linera](https://linera.io) is a decentralized blockchain infrastructure designed for highly scalable, |
13 | 13 | low-latency Web3 applications. |
14 | 14 |
|
| 15 | +## Key Features |
| 16 | + |
| 17 | +- **High Scalability**: Process thousands of transactions per second with sub-second confirmation times |
| 18 | +- **Microchain Architecture**: Each user operates their own chain, eliminating global bottlenecks |
| 19 | +- **Low Fees**: Efficient consensus mechanism keeps transaction costs minimal |
| 20 | +- **Developer Friendly**: Build applications using familiar Rust and WebAssembly tools |
| 21 | + |
| 22 | +## Documentation |
| 23 | + |
15 | 24 | Visit our [developer page](https://linera.dev) and read our |
16 | 25 | [whitepaper](https://linera.io/whitepaper) to learn more about the Linera protocol. |
17 | 26 |
|
@@ -65,6 +74,13 @@ from low to high levels in the dependency graph) |
65 | 74 |
|
66 | 75 | ## Quickstart with the Linera CLI tool |
67 | 76 |
|
| 77 | +### Prerequisites |
| 78 | + |
| 79 | +- [Rust](https://www.rust-lang.org/tools/install) (version 1.70 or higher) |
| 80 | +- [Git](https://git-scm.com/downloads) |
| 81 | +- Approximately 2GB of free disk space |
| 82 | +- Linux or macOS (Windows users should use WSL2) |
| 83 | + |
68 | 84 | The following commands set up a local test network and run some transfers between the |
69 | 85 | microchains owned by a single wallet. |
70 | 86 |
|
@@ -130,3 +146,15 @@ linera query-balance "$CHAIN2:$ACCOUNT2" |
130 | 146 |
|
131 | 147 | More complex examples may be found in our [developer manual](https://linera.dev) as well |
132 | 148 | as the [example applications](./examples) in this repository. |
| 149 | + |
| 150 | +## Contributing |
| 151 | + |
| 152 | +We welcome contributions from the community! If you'd like to contribute to the Linera protocol: |
| 153 | + |
| 154 | +1. Fork the repository |
| 155 | +2. Create a feature branch (`git checkout -b feature/amazing-feature`) |
| 156 | +3. Commit your changes (`git commit -m 'Add some amazing feature'`) |
| 157 | +4. Push to the branch (`git push origin feature/amazing-feature`) |
| 158 | +5. Open a Pull Request |
| 159 | + |
| 160 | +For detailed guidelines, see our [contribution guide](https://linera.dev/getting-started/contributing). |
0 commit comments