https://github.com/donpushme/blink
https://github.com/donpushme/blink
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donpushme/blink
- Owner: donpushme
- License: mit
- Created: 2025-04-05T19:52:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T17:13:56.000Z (about 1 year ago)
- Last Synced: 2025-06-27T14:11:28.195Z (12 months ago)
- Language: TypeScript
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pump-blink
### Usage
Use the [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp) tool to start a new project based on this template (recommended).
```shell
# created an npm based project
npx create-solana-dapp --template pump-blink
# created an pnpm based project
pnpx create-solana-dapp --template pump-blink
# created an yarn based project
yarn create solana-dapp --template pump-blink
```
### Prerequisites
- Node v18.18.0 or higher
### Manual installation
#### Clone the repo
```shell
git clone https://github.com/donpushme/blink.git
cd pump-blink
```
#### Install Dependencies
```shell
pnpm install
```
#### Start the web app
```
pnpm dev
```
## Apps
### web
This is a Next.js web app to get you started on interacting with the Solana network.
Start the web app
```shell
pnpm dev
```
Build the web app
```shell
pnpm build
```