Add reference to Sealevel (#8)
This commit is contained in:
parent
3a5a7b7297
commit
19e249bd94
|
@ -5,5 +5,9 @@
|
||||||
|
|
||||||
# Solana Program Library
|
# Solana Program Library
|
||||||
|
|
||||||
The Solana Program Library (SPL) is a collection of Solana-maintained
|
The Solana Program Library (SPL) is a collection of on-chain programs targeting
|
||||||
on-chain programs.
|
the [Sealevel parallel runtime](https://medium.com/solana-labs/sealevel-parallel-processing-thousands-of-smart-contracts-d814b378192).
|
||||||
|
These programs are tested against [Solana](https://solana.com)'s implementation
|
||||||
|
of Sealevel, solana-runtime, and deployed to its mainnet. As others implement
|
||||||
|
Sealevel, we will graciously accept patches to ensure the programs here are
|
||||||
|
portable across all implementations.
|
||||||
|
|
Loading…
Reference in New Issue