casper-ecosystem / cep18

Implementation of ERC20 token for the CasperLabs platform.
https://casper.network/docs/dapp-dev-guide
Apache License 2.0
27 stars 46 forks source link

75 Update SDK documentation #85

Closed ipopescu closed 1 year ago

ipopescu commented 1 year ago

Closes #75

The JS SDK documentation in this repo was up-to-date. I have just reformatted it to follow our general documentation guidelines and added some explanations for the error codes. Also, I copied some examples from the tests into the js-client README for easy access.

Reviewers @gyroflaw, please review the tech content, especially the error codes and additional examples copied over (9bcc5574494c9c90049e2377caf52a1f323e8a32 and 9bcc5574494c9c90049e2377caf52a1f323e8a32) @ACStoneCL, please review the documentation flow (a093f90a51c92d4978c023d4fbdabb5e13f08179 and overall)

Just FYI: @hoffmannjan, @deuszex

ipopescu commented 1 year ago

Thanks, @gyroflaw and @ACStoneCL!