-
Notifications
You must be signed in to change notification settings - Fork 281
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
Add the DePIN guide #660
Add the DePIN guide #660
Conversation
Co-authored-by: lanvidr <[email protected]>
Co-authored-by: lanvidr <[email protected]>
Co-authored-by: lanvidr <[email protected]>
Co-authored-by: lanvidr <[email protected]>
Co-authored-by: lanvidr <[email protected]>
Co-authored-by: lanvidr <[email protected]>
a810592
to
905362c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggested some minor updates
consider (discussed | ||
[here](https://solana.stackexchange.com/questions/9205/what-is-the-advantage-of-using-the-token22-token-extensions-program-over-the-old)). | ||
The recommended selection between the two options ultimately reduces to whether | ||
the features in the token extensions program would be of use to the application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be helpful to add some general examples of what some tradeoffs could be, providing context here in the article
#### Automatic Distribution | ||
|
||
An alternative to having users proactively claim rewards is automating rewards | ||
distribution. On a regular basis, this “rewards crank” fetches rewards for an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should "this" be a link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any links for this. We can also change this language to call it a scheduled task instead of a crank, because that term sounds more familiar to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cranks are common, i think people are familiar enough with it. I just read the paragraph as might be trying to point to a link of something and wanted to make sure we are not missing a link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a link for this, but feel free to change wording via the suggestion feature
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Problem
Missing a DePIN guide in /developers/guides
Summary of Changes
This branch adds the DePIN guide based on recent conversations.