anza-xyz / octane

Octane is a gasless transaction relayer for Solana.
Apache License 2.0
226 stars 141 forks source link

Accept multiple tokens #3

Closed jordaaash closed 2 years ago

jordaaash commented 2 years ago

Someone running Octane should be able to accept multiple tokens (could be USDC, USDT, mSOL, or anything else) with different fees denominated in each.

This change necessitates moving the configuration to something more flexible than environment variables. We still want to use Vercel's encrypted env vars for the secret key and some other parameters.

jordaaash commented 2 years ago

This requires some changes to SETUP.md.