Page MenuHomePhabricator

[eCash dev libraries] Improve README for ecashjs-lib
ClosedPublic

Authored by bytesofman on Dec 13 2022, 18:31.

Details

Reviewers
Mengerian
Group Reviewers
Restricted Project
Commits
rABC6862fffecd2e: [eCash dev libraries] Improve README for ecashjs-lib
Summary

T2847

Add rev one README for ecashjs-lib. Room for improvement here, but at the moment we just need something to start from.

Test Plan

Review README.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Mengerian requested changes to this revision.Dec 13 2022, 21:11
Mengerian added a subscriber: Mengerian.
Mengerian added inline comments.
web/ecashjs-lib/README.md
16 ↗(On Diff #37257)

Could make these links relative so it doesn't depend on Github.

Eg:

[Create an eCash wallet](/web/cashtab/src/hooks/useWallet.js)

This revision now requires changes to proceed.Dec 13 2022, 21:11
bytesofman added inline comments.
web/ecashjs-lib/README.md
16 ↗(On Diff #37257)

The README in the directory with package.json is also what becomes the main page for the npm package listing. In this case, the links will be broken for users reading about the package here.

https://www.npmjs.com/package/ecashjs-lib

Ultimately we will link to specific examples or even additional docs in this README.

Note, this will be rebased after this other stack lands, as 1.0.1 was created here: D12870

This revision is now accepted and ready to land.Dec 13 2022, 22:45