An opinionated boilerplate to build user-friendly apps using Coinbase Wallet SDK.
npm run dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/(Home)/page.tsx
. The page auto-updates as you edit the file.
To learn more, take a look at the following resources:
- Next.js Documentation - Learn about Next.js features and API.
- Smart Wallet Docs - Learn about why Smart Wallets and it's current capabilities.
- Coinbase SDK - Learn more about Coinbase SDK.
This repository is open source and welcomes contributions from the community.
Note
If your change also requires core changes to the interaction with the Coinbase Wallet SDK [beta], please reach out and we can work together to make the necessary changes to fit the latest SDK release.
- Fork and clone the repository
- Ensure you have the LTS version of Node.js installed, as well as the latest version of pnpm.
- Install the project dependencies by running
pnpm install
. - Implement your changes, as well as any documentation or tests that are required.
- Create a changeset for your changes by running
pnpm changeset
. - Open a pull request with your changes and changeset.