You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Transaction Status Monitoring: Track the status of submitted transactions.
77
+
- Transaction/Signing History: See all the transactions signed by the relayer or messages signed with a deep audit log
78
+
- SDK Integration: Integrate easily with our JS/TS API or rust API or
79
+
- Exposed API: If the SDK is not supported, you can just hit the API directly
80
+
- Extensible Architecture: Easily add support for new blockchain networks with a config update.
81
+
- Configurable Network Policies: Define and enforce network-specific policies for transaction processing.
82
+
- Automated top-ups: Build in background tasks to automatically top up relayers when gas or token funds are becoming low, with safe proxy support.
83
+
- Permissions: Add contract/addresses allowlists to relayers and turn on and off if they can sign messages, typed data, send transactions, and send native ETH.
84
+
- API Keys: Built-in API keys for relayers to allow you to give access to a system without giving access to every part of the rrelayer
85
+
- Webhooks: Notifications built in get notified of the transaction's status every step of the way or if balances are low.
86
+
- Rate Limiting: Built-in rate limiting allowing you to rate limit user transactions allowance by just updating the rrelayer.yaml
87
+
- Flexibility: No hard constraints on features like you can config how often it bumps gas depending on your need. Maybe a liquidation bot may want to bump every block for example.
88
+
- CLI: rrelayer is CLI first, so you can do everything with the command line tool.
89
+
- Full transactions support: rrelayer can send blob transactions and any kind of EVM transaction.
75
90
76
91
## What can I use rrelayer for?
77
92
78
-
* DApp backends: Handle user transactions without wallet management complexity
79
-
* NFT platforms: Automated minting, transfers, and marketplace operations with reliable execution
- Transaction Status Monitoring: Track the status of submitted transactions.
26
+
- Transaction/Signing History: See all the transactions signed by the relayer or messages signed with a deep audit log
27
+
- SDK Integration: Integrate easily with our JS/TS API or rust API or
28
+
- Exposed API: If the SDK is not supported, you can just hit the API directly
29
+
- Extensible Architecture: Easily add support for new blockchain networks with a config update.
30
+
- Configurable Network Policies: Define and enforce network-specific policies for transaction processing.
31
+
- Automated top-ups: Build in background tasks to automatically top up relayers when gas or token funds are becoming low, with safe proxy support.
32
+
- Permissions: Add contract/addresses allowlists to relayers and turn on and off if they can sign messages, typed data, send transactions, and send native ETH.
33
+
- API Keys: Built-in API keys for relayers to allow you to give access to a system without giving access to every part of the rrelayer
34
+
- Webhooks: Notifications built in get notified of the transaction's status every step of the way or if balances are low.
35
+
- Rate Limiting: Built-in rate limiting allowing you to rate limit user transactions allowance by just updating the rrelayer.yaml
36
+
- Flexibility: No hard constraints on features like you can config how often it bumps gas depending on your need. Maybe a liquidation bot may want to bump every block for example.
37
+
- CLI: rrelayer is CLI first, so you can do everything with the command line tool.
38
+
- Full transactions support: rrelayer can send blob transactions and any kind of EVM transaction.
39
+
40
+
## What can I use rrelayer for?
41
+
42
+
- DApp backends: Handle user transactions without wallet management complexity
43
+
- NFT platforms: Automated minting, transfers, and marketplace operations with reliable execution
0 commit comments