-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BOUNTY] Add action for transfer #16
Labels
bounty
An issue that will pay out a bounty if completed
Comments
Shall we also include a sample example nextjs folder to test out the action(to be included in Also where should the |
hey i am getting error unable to set up the dev environment can you help @gitteri |
This was referenced Feb 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General Relayer Information
This bounty is to enhance the currently in development relayer that mostly adheres to the Relayer spec. It is developed to be an open source permissionless relayer that anyone can fork and run to support their particular use cases. It is written in Rust and has three crates:
The configuration, kora.toml, lives at the top layer and is processed by lib/config.rs. Specific configuration structs exist for different purposes. For example, “kora” specifies the configuration for the RPC layer including things like a rate limit.
All features should be well tested with unit tests and integration tests if appropriate.
Bounty Feature Request
Add action for transfer
Description:
Add an action according to the action specification for the transfer endpoint. The endpoint should accept the same required parameters for “transferTransaction” and return a signed transaction for processing
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: