https://github.com/devlyn37/relay-ts
Transaction relay, Node Implementation
https://github.com/devlyn37/relay-ts
Last synced: about 1 year ago
JSON representation
Transaction relay, Node Implementation
- Host: GitHub
- URL: https://github.com/devlyn37/relay-ts
- Owner: devlyn37
- Created: 2023-06-18T15:57:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T20:05:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T02:13:21.584Z (over 1 year ago)
- Language: TypeScript
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relay
This is an ultra simple transaction relay server, that does two things:
- Signs and sends transactions for keys held on the server
- Ensures transactions get mined
wip
## Routes
Right now it has two routes:
- `POST /key/:address/tx`
- Create a new transaction for the address to sign and send off
- Responds with a uuid since the original hash may be replaced
- `GET /tx/:id`
- Get the status of a transaction