Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noot/go-gelato
go library for submitting requests to the gelato relayer network
https://github.com/noot/go-gelato
Last synced: about 2 months ago
JSON representation
go library for submitting requests to the gelato relayer network
- Host: GitHub
- URL: https://github.com/noot/go-gelato
- Owner: noot
- Created: 2022-08-14T22:20:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T21:55:50.000Z (over 2 years ago)
- Last Synced: 2024-10-15T22:22:43.315Z (3 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-gelato
Go library for sending requests to the Gelato relayer network. See the [gelato relay-sdk](https://github.com/gelatodigital/relay-sdk) for additional info.
## Usage
See `example/main.go`.
Run the example with:
```bash
go run example/main.go
# sponsor address: 0xFfad5016a2Cab07e54e960e26B6BF02D82287DB6
# request submitted successfully!
# taskId: 0x4af7c7aafb9614b79fddd9f8fadf7531567304e60085c17b7f0f15f312bc686d
```