Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Mar 19, 2024
1 parent 1c0e236 commit fbaac33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/2.develop/relayers/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ import {CodeTabs, Language, Github} from "@site/src/components/codetabs"

Relayers serve to delegate gas fees to a web service, allowing users to transact on NEAR without the need to acquire the token themselves while still retaining the security of signing their own transactions. This guide will lead you through the components necessary to construct a relayer capable of handling meta transactions.

:::tip

If you're already acquainted with the technology, you can fast track to a [working open source example](https://github.com/SurgeCode/near-relay-example)

:::

For other languages you can check out [Python](https://github.com/here-wallet/near-relay), [Rust](https://github.com/near/pagoda-relayer-rs)


Expand Down

0 comments on commit fbaac33

Please sign in to comment.