Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 817 Bytes

SONATE

Create your on-chain social profile, flex your work in Solana Ecosystem and earn your credits in many ways.

Prerequisites

Every user must have Phantom wallet to interact with this product. Checkout how to create your account on Phantom from here

Follow the instructions for the local environment: The user must have Node.js and npm to run this platform. Just download Node.js from here.

Setup Instructions

Clone the repo via CLI:

git clone https://github.com/neel-ds/sonate
cd sonate

Install the required packages:

npm install 
yarn install   #or

In the project directory, you can run:

npm run dev
yarn dev   #or