refactor coin section #54

Closed
anton wants to merge 2 commits from feat/cosmos-docs into main
Owner
  • all coin address generations are more or less the same

    • sol requires additional work to generate a nonce account
  • all sign and broadcast ceremonies are essential the same, except for modifying coin name and adding --nonce-address flag for SOL

Therefore this PR makes two general coin docs:

  • generate-address.md
  • sign-and-broadcast-transaction.md

And leaves coin specific actions like generating nonce accounts in a sub dir:

coins/
  generate-address.md
  sign-and-broadcast-transaction.md
  sol/
    generate-nonce-account.md
* all coin address generations are more or less the same * sol requires additional work to generate a nonce account * all sign and broadcast ceremonies are essential the same, except for modifying coin name and adding `--nonce-address` flag for SOL Therefore this PR makes two general coin docs: * `generate-address.md` * `sign-and-broadcast-transaction.md` And leaves coin specific actions like generating nonce accounts in a sub dir: ``` coins/ generate-address.md sign-and-broadcast-transaction.md sol/ generate-nonce-account.md ```
anton added 2 commits 2025-02-26 13:35:15 +00:00
anton changed title from refactor coin section of docs to refactor coin section 2025-02-26 13:35:26 +00:00
Author
Owner

To make it simplified for the end user, we are going to use templates to generate the docs so each coin has its own copy of the doc

To make it simplified for the end user, we are going to use templates to generate the docs so each coin has its own copy of the doc
Author
Owner

Closing for a different PR

Closing for a different PR
anton closed this pull request 2025-02-26 13:58:50 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/docs#54
No description provided.