Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironforge-cloud/soldev-ui-old
SolDev UI
https://github.com/ironforge-cloud/soldev-ui-old
blockchain nextjs reactjs solana
Last synced: about 2 months ago
JSON representation
SolDev UI
- Host: GitHub
- URL: https://github.com/ironforge-cloud/soldev-ui-old
- Owner: ironforge-cloud
- License: mit
- Created: 2021-10-05T21:47:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T15:05:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T11:16:42.058Z (almost 2 years ago)
- Topics: blockchain, nextjs, reactjs, solana
- Language: JavaScript
- Homepage: https://soldev.app
- Size: 21 MB
- Stars: 11
- Watchers: 1
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SolDev UI
Learn to Develop using Solana. Tutorials, SDK's, Frameworks, Developer Tools, Security, Scaffolds, and Projects implementations!
## :hammer_and_wrench: Installation Steps
1. Install the dependencies:
```bash
npm install
# or
yarn install
```2. create a file called `.env.local` to setup the environment and paste following into that:
```bash
NEXT_PUBLIC_API_ENDPOINT="https://api.soldev.app"
NODE_ENV="development"
```3. Finally, run the development server:
```bash
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](https://github.com/https://github.com/ironforge-cloud/soldev-ui/issues/new) 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](https://github.com/ironforge-cloud/soldev-ui/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](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!