entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

DISCUSSION: docs and docs process #324

Open frankiebee opened 2 months ago

frankiebee commented 2 months ago

This needs to be defined but to kick off the conversation heres what i think we should do in the near future i'm open to negotiations so feel free to comment. on any step we can open appropriate issues from here:

kinds of docs


side note

Publish process: (for dev readme)

mixmix commented 2 months ago

try catch all promise and throw help full errors please πŸ˜…

or catch, add context and throw again!

promise
  .catch(err => throw Error(err, { cause: "you forgot the endpoint!" })
mixmix commented 1 month ago

cc @johnnymatthews

mixmix commented 1 month ago

Could this end up in a Wiki? It's kinda a checklist + a guide + process