Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 743 Bytes

SNS Solana hacker house 2024 workshop demo

Installation

  1. Make sure you have Node.js version 18 or above installed.

  2. Install the dependencies by running the following command:

    npm install
    
  3. Edit the .env file and set NEXT_PUBLIC_RPC_ENDPOINT to a private Solana RPC endpoint.

Usage

To build the project, run the following command:

npm run build

To start the server, run the following command:

npm start

The server will start running at http://localhost:3000.

Documentation

For detailed documentation on the SNS SDK, please visit https://sns.guide.

Bugs and Issues

If you encounter any bugs or issues, please report them here.