-
Notifications
You must be signed in to change notification settings - Fork 19
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
Connect a specific version of node to farcaster.dev for tests #287
Comments
As @zkao mentioned, if we are able to list offers from the cli there is no need to have a special node version, we can just script to list and update every x time. I though about what the cli could look like and came up with this idea:
where
|
`ls` stands for `list swaps`
why reuse?
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Saturday, December 4th, 2021 at 9:55 AM, h4sh3d ***@***.***> wrote:
As ***@***.***(https://github.com/zkao) mentioned, if we are able to list offers from the cli there is no need to have a special node version, we can just script to list and update every x time.
I though about what the cli could look like and came up with this idea:
swap-cli ls <TYPE>
where TYPE is by defaults swaps with ls swaps being the current ls behavior and ls offers being the list of offers like:
---
- "Offer:Cke4ftrP5A71LQM2fvVdFMNR4gumFhEqm11111uMFq7cEPSbSQpvEiF11111TB9zym113GTvtvqfD1111114A4TULEXhypzp8nJ4WAGAZUdDkYai3i9KTgUHkGLs5zX3N1tA11111111111111111111111111111111111111111AfZ113XRBuJApN3x"
—
You are receiving this because you were mentioned.
Reply to this email directly, [view it on GitHub](#287 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AIQJTBIAVX54ULNCCLKRR3TUPHJQXANCNFSM5JJMEP6A).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
|
I though |
maybe we should call it ListSwaps, and the abbreviation is ls, and the other ListOffers ? |
created https://github.com/farcaster-project/offer-refiller to address this. It's pushing public offers to the web frontend whenever the list of swaps offered is updated. |
Website farcaster.dev can take a list of public offers, a special version of the node should be able to push offers there (the "maker" version) and the standard version should have a command to list them in cli.
The text was updated successfully, but these errors were encountered: