Skip to content

covalenthq-demos/goldrush-particle-connect-wallet-ui

Repository files navigation

Wallet UI Template using GoldRush Kit & Particle Connect

View live template

https://goldrush-particle-connect-wallet-ui.vercel.app

One-click deploy

Deploy your own Wallet UI template powered by GoldRush Kit and Particle Connect.

Deploy with Vercel

Local Setup

  1. Install package dependencies using npm install.
  2. Create .env.local in your root directory and add your Covalent API Key and Particle Network credentials: projectId, clientKey and appId.
NEXT_PUBLIC_COVALENT_API_KEY = "<YOUR_API_KEY>"
NEXT_PUBLIC_PARTICLE_PROJECT_ID = "<YOUR_PARTICLE_NETWORK_PROJECT_ID>"
NEXT_PUBLIC_PARTICLE_CLIENT_KEY = "<YOUR_PARTICLE_NETWORK_CLIENT_KEY>"
NEXT_PUBLIC_PARTICLE_APP_ID = "<YOUR_PARTICLE_NETWORK_APP_ID>"

  1. To run the application, type the following into your terminal.
npm run dev

Documentation

See the following documentation resources:

Features

  • Particle Connect web modal for user onboarding with social logins and external wallets.
  • Cross chain selector for the connected wallet
  • Token balances list component for ERC20 and NFTs
  • Token transfers list

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT licensed.