-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update dAPI reference and guides section #723
Conversation
Visit the preview URL for this PR (updated for commit aafee27): https://vitepress-docs--pr723-dapi-updates-mcwhhugu.web.app (expires Mon, 06 May 2024 04:27:49 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e4c5db1acb62b36273dc03718b86834917dea599 |
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.
Did some changes @dcroote can you take a look before I merge
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.
Reads very well overall 👍
Needs update:
`@api3/contracts/v0.8/interfaces` library, which defines a function called |
I found a couple of pages under Explore that need similar updating with regards to self/managed:
404:
- [Subscribing to Self-Funded dAPIs](/guides/dapis/subscribing-self-funded-dapis/index.md) |
This whole page:
vitepress-docs/docs/explore/dapis/using-dapis.md
Lines 25 to 40 in 35ad682
are two types of dAPIs: | |
- Self-funded dAPIs | |
- Managed dAPIs | |
## Self-funded dAPIs | |
Self-funded dAPIs currently rely on a single first-party oracle. They offer dApp | |
owners the opportunity to make use of data feeds with minimal up-front | |
commitment and are accessible | |
[permissionlessly](https://www.gemini.com/en-US/cryptopedia/what-is-permissionless-crypto-permissionlessness-blockchain) | |
for developers. | |
### Using Self-funded dAPIs | |
Self-funded dAPIs require any dApp owner to provide funds into a sponsor wallet. |
There's going to be another PR for the explore section with all the updated stuff. |
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.
One minor change still needed, otherwise LGTM.
I might suggest merging this when the explore PR is also ready, otherwise there will be broken links and discordant content.
I have merged |
Updated the
/guides
and/reference
section for dAPIs for the upcoming market updates.