diff --git a/README.md b/README.md index bf9b692d..5eae1a59 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Interact with the [Solana](https://solana.com/) blockchain from the [Internet Co * [Supported Methods](#supported-methods) * [Supported Solana JSON-RPC Providers](#supported-solana-json-rpc-providers) * [Reproducible build](#reproducible-build) +* [Learn More](#learn-more) * [Related projects](#related-projects) * [Contributing](#contributing) * [License](#license) @@ -163,6 +164,11 @@ The SOL RPC canister supports [reproducible builds](https://internetcomputer.org In order to verify the latest SOL RPC Wasm file, please make sure to download the corresponding version of the source code from the latest GitHub release. +## Learn More + +* :movie_camera: [Demo](https://youtu.be/CpxQqp6CxoY?feature=shared) that runs through most parts of the [basic_solana](examples/basic_solana) example. +* :newspaper: Blog post [ICP Reaches the Shores of Solana](https://medium.com/dfinity/icp-reaches-the-shores-of-solana-0f373a886dce). + ## Related Projects * [`ic-solana`](https://github.com/mfactory-lab/ic-solana) diff --git a/examples/basic_solana/README.md b/examples/basic_solana/README.md index 0239ca23..2bc1124c 100644 --- a/examples/basic_solana/README.md +++ b/examples/basic_solana/README.md @@ -12,6 +12,8 @@ assets** on the Solana blockchain: 1. SOL, the native currency on Solana; 2. any other token (known as [SPL tokens](https://solana.com/docs/tokens)). +:movie_camera: Check out also this [demo](https://youtu.be/CpxQqp6CxoY?feature=shared) that runs through most parts of this example. + ## Architecture This example internally leverages