-
Notifications
You must be signed in to change notification settings - Fork 3
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: documentation #18
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18 +/- ##
=======================================
Coverage ? 18.59%
=======================================
Files ? 39
Lines ? 6826
Branches ? 0
=======================================
Hits ? 1269
Misses ? 5446
Partials ? 111 ☔ View full report in Codecov by Sentry. |
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.
Thank you for this. Here's my first round of comments.
I will try to join the testnet next.
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.
Can you also document what can be queried, i.e., using manifestd q manifest
?
Co-authored-by: Félix C. Morency <[email protected]> Signed-off-by: Reece Williams <[email protected]>
Co-authored-by: Félix C. Morency <[email protected]> Signed-off-by: Reece Williams <[email protected]>
Signed-off-by: Reece Williams <[email protected]>
@chalabi2 @Reecepbcups is this PR ready for re-review/merge? |
@fmorency yes. The things I did not reply too are because I don't quite understand the need, chalabi probably knows more / better such as #18 (comment) |
Co-authored-by: Félix C. Morency <[email protected]> Signed-off-by: Joseph Chalabi <[email protected]>
@@ -234,10 +234,12 @@ The Token Factory module as it is implemented on the Manifest Network, allows an | |||
|
|||
- Syntax: `manifestd tx token-factory create-denom [subdenom]` | |||
|
|||
- Parameters: | |||
- `subdenom`: The smallest denomination for your token e.g. udenom. | |||
> _note:_ the createor of the denom is the denoms admin. |
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.
> _note:_ the createor of the denom is the denoms admin. | |
> _note:_ the creator of the denom is the denom admin. |
Added contributing doc
Added Repo Readme
Added Security Doc
Updated Post Genesis Guide
Began POA_Guide
Description
Added more documentation. Readme descriibng the repo and features, Security contact details, contribution guidelines and updated the post genesis guide.
This pull request is not finished we still need:
Checklist: