From 19e249bd94770ebc081ca1acba6aa392446b61b3 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sun, 31 May 2020 09:52:00 -0600 Subject: [PATCH] Add reference to Sealevel (#8) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60a50a6fcdbd60..4843ee9490d638 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,9 @@ # Solana Program Library -The Solana Program Library (SPL) is a collection of Solana-maintained -on-chain programs. +The Solana Program Library (SPL) is a collection of on-chain programs targeting +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.