/relay-docs-examples

A companion repo to the Gelato Relay docs, with code examples on how to get started with Gelato Relay.

Primary LanguageTypeScript

Relay Docs Examples

  • This repo contains the contracts used for code examples in the Relay SDK docs.
  • This repo is intended as something you can clone and get started with local testing straight away, but bear in mind, this is a WIP.

Getting Started

Clone this repo:

  • git clone https://github.com/gelatodigital/relay-docs-examples

Install the packages locally and configure everything with:

  • yarn build

You are ready to move on to the code examples which interest you most! They are categorised by the relay SDK methods.

Code examples