Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions examples/basic_solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down