SolDev UI
Last updated Aug 5, 2025
11
Stars
11
Forks
9
Issues
0
Stars/day
Attention Score
12
Language breakdown
JavaScript 99.8%
CSS 0.2%
Shell 0.1%
โธ Files
click to expand
README
SolDev UI
Learn to Develop using Solana. Tutorials, SDK's, Frameworks, Developer Tools, Security, Scaffolds, and Projects implementations!
:hammerandwrench: Installation Steps
- Install the dependencies:
npm install
or
yarn install
- create a file called
.env.localto setup the environment and paste following into that:
NEXTPUBLICAPI_ENDPOINT="https://api.soldev.app"
NODE_ENV="development"
- Finally, run the development server:
npm run dev
or
yarn dev
๐จโ๐ป Contributing
- Any contributions are greatly appreciated.
Bug / Feature Request
If you find a bug in the website, kindly open an issue here by including a proper description about the bug and the expected result. Similarly, we would be glad to hear about new features to add in the project, kindly follow same procedure for it too. Additionally, feel free to look at the current milestone to get a better sense of the project's future.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
๐ More in this category