Alexis Ohanian (Reddit co founder) puts up 100 million in funding for Solana backed social networks.
Good shout if you are interested in dApps. Front end Solana-JS, backend smart contracts on Rust (most loved programming language on Stack Overflow).
The Rust Programming Language
This is the main source code repository for Rust. It contains the compiler standard library, and documentation.
Note: this README is for users rather than contributors If you wish to contribute to the compiler, you should read the Getting Started section of the rustc-dev-guide instead You can ask for help in the #new members Zulip stream.
Quick Start
Read "Installation" from The Book.
Installing from Source
The Rust build system uses a Python script called x.py
to build the compiler,
which manages the bootstrapping process. It lives in the root of the project.
The x.py
command can be run directly on most systems in the following format:
./x.py <subcommand> [flags]
This is how the documentation and examples assume you are running x.py
.
Systems such as Ubuntu 20.04 LTS do not create the necessary python
command by default when Python…
Top comments (2)
Wow this is awesome! But Rust + Solana?
Yeah, rust lang for back end smart contracts 😎