Visit https://web3-wallet.github.io/web3-wallet/docs/getting-started to get started with web3-wallet.
Visit https://web3-wallet.github.io/web3-wallet to view the full documentation.
# install dependencies
pnpm install
# start the dev server at: http://localhost:3003/web3-wallet
pnpm dev
# test
pnpm test@web3-wallet utilizes changeset to manage the versioning and changelogs of its packages.
- To update the version of specific packages, run
pnpm changeset. - Then, run
pnpm changeset versionto apply updates of the versioning and changelogs . - Commit the local modifications.
- Finally, run
pnpm releaseto publish the updated packages to the npm registry.
MIT