-
Make sure you have Node.js version 18 or above installed.
-
Install the dependencies by running the following command:
npm install
-
Edit the .env file and set
NEXT_PUBLIC_RPC_ENDPOINT
to a private Solana RPC endpoint.
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.
For detailed documentation on the SNS SDK, please visit https://sns.guide.
If you encounter any bugs or issues, please report them here.