Summary
The README has a Wallet Adapters heading inside the API Reference and a second,
separate Wallet Adapters section further down covering Freighter and xBull. A
reader hitting the first one has no idea a fuller treatment exists below.
Two sections with the same name also means updates land in one of them and not
the other, which is how they drift apart.
Acceptance criteria
Getting started
Fork this repository, clone your fork, and add this repo as upstream:
git clone https://github.com/<your-username>/novatip-sdk.git
cd novatip-sdk
git remote add upstream https://github.com/Novatip/novatip-sdk.git
npm install
Create a branch for this issue:
git checkout -b docs/dedupe-adapter-sections
Suggested commit message:
docs: merge the duplicated wallet adapter sections
Run npm run lint, npm run typecheck, and npm run build before pushing, then open a pull request from your fork against main and link this issue. See the contributing guide for the full workflow.
Summary
The README has a Wallet Adapters heading inside the API Reference and a second,
separate Wallet Adapters section further down covering Freighter and xBull. A
reader hitting the first one has no idea a fuller treatment exists below.
Two sections with the same name also means updates land in one of them and not
the other, which is how they drift apart.
Acceptance criteria
document's flow.
Getting started
Fork this repository, clone your fork, and add this repo as
upstream:Create a branch for this issue:
Suggested commit message:
Run
npm run lint,npm run typecheck, andnpm run buildbefore pushing, then open a pull request from your fork againstmainand link this issue. See the contributing guide for the full workflow.