2020-04-09 10:51:16 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< p  align = "center" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < a  href = "https://solana.com" > 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-14 19:02:42 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < img  alt = "Solana"  src = "https://i.imgur.com/uBVzyX3.png"  width = "250"  / > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 10:51:16 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / p > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 10:10:55 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 10:55:00 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								[](https://crates.io/crates/solana-core)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[](https://docs.rs/solana-core)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[](https://buildkite.com/solana-labs/solana/builds?branch=master)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[](https://codecov.io/gh/solana-labs/solana)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Building
 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## **1. Install rustc, cargo and rustfmt.**
 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ curl https://sh.rustup.rs -sSf | sh
							 
						 
					
						
							
								
									
										
										
										
											2018-02-16 09:38:12 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ source $HOME/.cargo/env
							 
						 
					
						
							
								
									
										
										
										
											2019-05-19 19:41:15 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ rustup component add rustfmt
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-06-24 23:29:49 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Please make sure you are always using the latest stable rust version by running:
							 
						 
					
						
							
								
									
										
										
										
											2018-05-03 08:38:09 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ rustup update
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-08-22 01:34:43 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc.  On Ubuntu:
							 
						 
					
						
							
								
									
										
										
										
											2018-09-04 20:41:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-07-02 10:22:37 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2020-02-09 00:45:07 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ sudo apt-get update
							 
						 
					
						
							
								
									
										
										
										
											2020-11-21 09:21:25 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang make
							 
						 
					
						
							
								
									
										
										
										
											2018-07-02 10:22:37 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-04-09 20:21:01 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								On Mac M1s, make sure you set up your terminal &  homebrew [to use ](https://5balloons.info/correct-way-to-install-and-use-homebrew-on-m1-macs/ ) Rosetta. You can install it with:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ softwareupdate --install-rosetta
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## **2. Download the source code.**
 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2018-03-27 16:16:27 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ git clone https://github.com/solana-labs/solana.git
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ cd solana
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## **3. Build.**
 
							 
						 
					
						
							
								
									
										
										
										
											2018-12-14 15:55:58 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2019-05-19 19:41:15 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ cargo build
							 
						 
					
						
							
								
									
										
										
										
											2018-12-14 15:55:58 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## **4. Run a minimal local cluster.**
 
							 
						 
					
						
							
								
									
										
										
										
											2019-02-16 09:58:28 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ ./run.sh
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Testing
 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-16 09:38:12 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 10:58:42 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								**Run the test suite:**
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2019-05-19 19:41:15 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ cargo test
							 
						 
					
						
							
								
									
										
										
										
											2018-02-15 16:09:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2018-02-16 09:38:12 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								### Starting a local testnet
 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-09 20:05:21 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Start your own testnet locally, instructions are in the [online docs ](https://docs.solana.com/cluster/bench-tps ).
							 
						 
					
						
							
								
									
										
										
										
											2018-11-06 08:06:36 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-11-10 10:03:57 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								### Accessing the remote development cluster
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								*  `devnet`  - stable public cluster for development accessible via
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								devnet.solana.com. Runs 24/7. Learn more about the [public clusters ](https://docs.solana.com/clusters )
							 
						 
					
						
							
								
									
										
										
										
											2020-02-06 13:19:30 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Benchmarking
 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-16 09:38:12 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-03-04 09:00:52 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								First install the nightly build of rustc. `cargo bench`  requires use of the
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								unstable features only available in the nightly build.
							 
						 
					
						
							
								
									
										
										
										
											2018-02-16 09:38:12 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ rustup install nightly
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Run the benchmarks:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2019-03-04 09:00:52 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ cargo +nightly bench
							 
						 
					
						
							
								
									
										
										
										
											2018-02-16 09:38:12 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2018-04-04 09:26:32 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Release Process
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-11-28 17:48:27 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The release process for this project is described [here ](RELEASE.md ).
							 
						 
					
						
							
								
									
										
										
										
											2018-08-16 20:48:11 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Code coverage
 
							 
						 
					
						
							
								
									
										
										
										
											2018-04-04 09:26:32 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-12-17 10:11:02 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								To generate code coverage statistics:
							 
						 
					
						
							
								
									
										
										
										
											2018-04-04 09:26:32 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2018-12-17 10:11:02 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								$ scripts/coverage.sh
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ open target/cov/lcov-local/index.html
							 
						 
					
						
							
								
									
										
										
										
											2018-04-04 09:26:32 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2018-06-18 16:36:37 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-04-04 09:26:32 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Why coverage? While most see coverage as a code quality metric, we see it primarily as a developer
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								productivity metric. When a developer makes a change to the codebase, presumably it's a *solution*  to
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								some problem.  Our unit-test suite is how we encode the set of *problems*  the codebase solves. Running
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								the test suite should indicate that your change didn't *infringe*  on anyone else's solutions. Adding a
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								test *protects*  your solution from future changes. Say you don't understand why a line of code exists,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								try deleting it and running the unit-tests. The nearest test failure should tell you what problem
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								was solved by that code. If no test fails, go ahead and submit a Pull Request that asks, "what
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								problem is solved by this code?" On the other hand, if a test does fail and you can think of a
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								better way to solve the same problem, a Pull Request with your solution would most certainly be
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								welcome! Likewise, if rewriting a test can better communicate what code it's protecting, please
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								send us that patch!
							 
						 
					
						
							
								
									
										
										
										
											2020-03-09 17:39:57 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 11:06:09 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Disclaimer
 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-09 17:39:57 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-12-22 11:15:32 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								All claims, content, designs, algorithms, estimates, roadmaps,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								specifications, and performance measurements described in this project
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								are done with the Solana Foundation's ("SF") best efforts. It is up to
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								the reader to check and validate their accuracy and truthfulness.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Furthermore nothing in this project constitutes a solicitation for
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								investment.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Any content produced by SF or developer resources that SF provides, are
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								for educational and inspiration purposes only. SF does not encourage,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								induce or sanction the deployment, integration or use of any such
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								applications (including the code comprising the Solana blockchain
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								protocol) in violation of applicable laws or regulations and hereby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								prohibits any such deployment, integration or use. This includes use of
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								any such applications by the reader (a) in violation of export control
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								or sanctions laws of the United States or any other applicable
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								jurisdiction, (b) if the reader is located in or ordinarily resident in
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								a country or territory subject to comprehensive sanctions administered
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								by the U.S. Office of Foreign Assets Control (OFAC), or (c) if the
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								reader is or is working on behalf of a Specially Designated National
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								(SDN) or a person subject to similar blocking or denied party
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								prohibitions.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								The reader should be aware that U.S. export control and sanctions laws
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								prohibit U.S. persons (and other persons that are subject to such laws)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								from transacting with persons in certain countries and territories or
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								that are on the SDN list. As a project based primarily on open-source
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								software, it is possible that such sanctioned persons may nevertheless
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								bypass prohibitions, obtain the code comprising the Solana blockchain
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								protocol (or other project code or applications) and deploy, integrate,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								or otherwise use it. Accordingly, there is a risk to individuals that
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								other persons using the Solana blockchain protocol may be sanctioned
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								persons and that transactions with such persons would be a violation of
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								U.S. export controls and sanctions law. This risk applies to
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								individuals, organizations, and other ecosystem participants that
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								deploy, integrate, or use the Solana blockchain protocol code directly
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								(e.g., as a node operator), and individuals that transact on the Solana
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								blockchain through light clients, third party interfaces, and/or wallet
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								software.