-
Notifications
You must be signed in to change notification settings - Fork 208
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
chore: bump add docs for getEASAttestations
#126
Conversation
README.md
Outdated
@@ -46,13 +46,13 @@ Add OnchainKit to your project, install the required packages. | |||
|
|||
```bash | |||
# Use Yarn | |||
yarn add @coinbase/onchainkit [email protected] react@18 react-dom@18 | |||
yarn add @coinbase/onchainkit [email protected] react@18 react-dom@18 graphql@14 graphql-request@6 |
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.
So I am been thinking on this.
And as graphql@14 graphql-request@6
is required only for one utility, I think is best we mention to install that only in the page related to EAS.
A bit like some dependencies are common for the majority of the library, others are just for a few.
Than one that are for a few we explain to add them in their section.
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.
Actually let me see if I can make this a bit cuter
docs/identity-kit.md
Outdated
|
||
The Ethereum Attestation Service (EAS) facilitates secure, decentralized attestations on the blockchain. We are launching functions to simplify accessing and managing these attestations across multiple blockchains, enhancing usability for developers and users. | ||
|
||
## getEASAttestations |
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.
Would you mind move this into his own doc file.
What changed? Why?
bump add docs for
getEASAttestations
Notes to reviewers
How has it been tested?