Skip to content

Dev-Herni/Ethos

Repository files navigation

Solana dapp launchpad

Automatically synced with your v0.app deployments

Deployed on Vercel Built with v0

Overview

This repository will stay in sync with your deployed chats on v0.app. Any changes you make to your deployed app will be automatically pushed to this repository from v0.app.

Deployment

Your project is live at:

https://vercel.com/henristrassberger-8986s-projects/v0-solana-dapp-launchpad

Build your app

Continue building your app on:

https://v0.app/chat/projects/R104Dw6Cr5m

How It Works

  1. Create and modify your project using v0.app
  2. Deploy your chats from the v0 interface
  3. Changes are automatically pushed to this repository
  4. Vercel deploys the latest version from this repository

Environment variables

Create a .env.local file in the project root with your API keys (not checked in):

# Solscan (used for recent token transfers / trades)
SOLSCAN_API_KEY=your_solscan_key_here

# Helius (optional; used for token holders and other RPC-enhanced calls)
HELIUS_API_KEY=your_helius_key_here
# Alternatively, you can provide the full RPC URL; the api-key will be parsed from it
HELIUS_RPC_URL=https://mainnet.helius-rpc.com/?api-key=your_helius_key_here

Notes:

  • After changing environment variables, restart the dev server so Next.js picks them up.
  • In production (Vercel), set these in Project Settings → Environment Variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors