Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.88 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.88 KB

Particle Connect Solana Demo

This example demonstrates integrating social and Web3 logins on the Solana blockchain using Particle Connect and sending a transaction.

Built using:

  • Particle Connect 2.0
  • solana/web3.js
  • TypeScript
  • Tailwind CSS

🔑 Particle Connect

Particle Connect enables a unified modal driving connection with social logins (through Particle Auth) and standard Web3 wallets, creating an equally accessible experience for Web3 natives and traditional consumers. Particle Connect is an all-in-one SDK capable of handling end-to-end onboarding and wallet connection.

👉 Learn more about Particle Connect.

👉 Learn more about Particle Network: https://particle.network

🛠️ Quickstart

Clone this repository

git clone https://github.com/Particle-Network/connect-solana-demo

Access the app:

cd solana-demo

Install dependencies

yarn

OR

npm install

Set environment variables

This project requires several keys from Particle Network to be defined in .env. The following should be defined:

Start the project

npm run start

OR

yarn dev