An open API service indexing awesome lists of open source software.

https://github.com/donpushme/blink


https://github.com/donpushme/blink

Last synced: 12 months ago
JSON representation

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
```