{"id":18019336,"url":"https://github.com/devlyn37/relay-rs","last_synced_at":"2025-04-04T16:28:31.187Z","repository":{"id":65707997,"uuid":"593007928","full_name":"devlyn37/relay-rs","owner":"devlyn37","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-26T03:01:03.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T02:13:20.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devlyn37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-25T02:04:52.000Z","updated_at":"2023-06-18T15:55:47.000Z","dependencies_parsed_at":"2024-10-30T07:23:23.488Z","dependency_job_id":null,"html_url":"https://github.com/devlyn37/relay-rs","commit_stats":null,"previous_names":["devlyn37/relay-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlyn37%2Frelay-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlyn37%2Frelay-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlyn37%2Frelay-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlyn37%2Frelay-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlyn37","download_url":"https://codeload.github.com/devlyn37/relay-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208680,"owners_count":20901612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T05:10:03.826Z","updated_at":"2025-04-04T16:28:31.168Z","avatar_url":"https://github.com/devlyn37.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Relay\n\nAn Ethereum Transaction Relay that:\n- Manages the nonce of a single address\n- Makes sure transactions get included\n\n## Routes\n\n`POST /transaction`\n\n`GET /transaction/:id`\n\n## Database Setup\n\nThis Project uses `MySQL` and `sqlx` right now.\n\nFirst, make sure to set `DATABASE_URL` in `.env`\n\nnext, install sqlx-cli\n```\ncargo install sqlx-cli\n```\n\nrun migrations\n```\nsqlx migrate run\n```\n\nYou're good to go, everything should compile at this point!\n\n## Making Schema Changes\n\nCreate a new migration file\n\n```\nsqlx migrate add \u003cname\u003e\n```\n\nThen add SQL to the newly created file.\n## TODO\n- Init/Recovery Sequence\n- Multiple Addresses\n- Multi Chain\n\t- Make sure gas estimation works reasonably across 1559 chains (looking at you polygon)\n\t- All EVM Chains","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlyn37%2Frelay-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlyn37%2Frelay-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlyn37%2Frelay-rs/lists"}