Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 773 Bytes

README.md

File metadata and controls

59 lines (37 loc) · 773 Bytes

At getblink.fun you can create BLINKS that can power transactions on solana from the twitter itself!!

Here's what getblink.fun can do: https://youtu.be/cYiuhx9dmcQ?si=ReEVOwNUaYp1sXOX

app

This project is generated with the create-solana-dapp generator.

Getting Started

Prerequisites

  • Node v18.18.0 or higher

Installation

Clone the repo

git clone <repo-url>
cd <repo-name>

Install Dependencies

npm install

Create .env File

MONGODB_URI=MONGODB-URI

Start the web app

npm run dev

Apps

web

This is a React app.

Commands

Start the web app

npm run dev

Build the web app

npm run build