From c6619e2f37208abe52ea8be8ed47a5372dcdb33a Mon Sep 17 00:00:00 2001 From: Sasa Prsic Date: Tue, 25 Jun 2024 15:27:15 +0200 Subject: [PATCH] Add reference to the bridge examples. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index be4036c..58b75f3 100755 --- a/README.md +++ b/README.md @@ -227,3 +227,8 @@ RUSTFLAGS="-C target-cpu=native" cargo run --profile maxperf "blockNumber":5380093 } ``` + +### Examples of using bridge api + +* We have prepared a set of examples written in Rust and Typescript to help you understand how to use bridge api. You can explore these examples by visiting our [code examples repository](https://github.com/availproject/avail-bridge-examples). +