-
Notifications
You must be signed in to change notification settings - Fork 22
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
docs(contracts): add draft docs for contracts #328
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- [x] Add script for uml generation - [x] Add docs for contracts with interaction and integration details
842bbb3
to
65990ff
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.
Thanks
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.
just some questions on the description of parameters, could also open an issue for them
|
||
#### Properties | ||
|
||
- **easId**: `uint256` - Unique identifier for the EAS. |
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.
is this a certain EAS schema id? maybe it's better that we provide example of how should it be like here?
|
||
#### Properties | ||
|
||
- **contractId**: `uint256` - Unique identifier for the contract. |
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.
this should be the address of the EAS Registry contract, right? then I think we could specify it instead of just say it's a unique identifier for the contract?
Related to #263