rokitgg / next14-smartwallet-boilerplate

An opinionated boilerplate to build user-friendly apps using Coinbase Wallet SDK

Home Page:https://smartwallets.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartWallets Boilerplate with Next 14 & Coinbase SDK

Demo

An opinionated boilerplate to build user-friendly apps using Coinbase Wallet SDK.

Deployment

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.

Learn More

To learn more, take a look at the following resources:

Contributing

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.

  1. Fork and clone the repository
  2. Ensure you have the LTS version of Node.js installed, as well as the latest version of pnpm.
  3. Install the project dependencies by running pnpm install.
  4. Implement your changes, as well as any documentation or tests that are required.
  5. Create a changeset for your changes by running pnpm changeset.
  6. Open a pull request with your changes and changeset.

About

An opinionated boilerplate to build user-friendly apps using Coinbase Wallet SDK

https://smartwallets.vercel.app


Languages

Language:TypeScript 97.5%Language:CSS 2.3%Language:JavaScript 0.3%