https://github.com/akshatbhargava123/strack-frontend
Built by BUIDLers @SyntropyNet hackathon to ease out starting blockchain business
https://github.com/akshatbhargava123/strack-frontend
blockchain-platform nextjs staking syntropy tailwindcss
Last synced: 4 months ago
JSON representation
Built by BUIDLers @SyntropyNet hackathon to ease out starting blockchain business
- Host: GitHub
- URL: https://github.com/akshatbhargava123/strack-frontend
- Owner: akshatbhargava123
- Created: 2021-06-13T15:56:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T04:52:25.000Z (about 5 years ago)
- Last Synced: 2025-08-15T19:43:17.178Z (11 months ago)
- Topics: blockchain-platform, nextjs, staking, syntropy, tailwindcss
- Language: JavaScript
- Homepage: https://strackstack.vercel.app
- Size: 196 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Strack
Strack is a Blockchain-as-a-Service product, where users and businesses can easily deploy blockchain nodes on any cloud provider, any location. We want the blockchain space to become secure-by-default and expand the node-runner audience to people without the technical knowledge.
[Demo Video here](https://www.youtube.com/watch?v=3ofvegNF3Es)
This project was bootstrapped as a hackathon project built at [SyntropyHackathon](https://www.syntropystack.com/hackathon), we also got a second place in the hackathon. Read more about it [here](https://medium.com/syntropynet/recap-of-the-deweb-virtual-hackathon-2021-3b8ae4d2c313) :)
## Tutorial
- When you land on [https://strackstack.vercel.app/](https://strackstack.vercel.app/), the landing page introduces you to the platform

- After logging in, you'll see your dashboard where you can create/manage your nodes

- Node creation process takes 3 steps as follows:




- After you've successfully created your first node, you'll start seeing it on the dashboard:

- You can get your syntropy agent config from actions tab, once you deploy the agent, click on "Create Network" button to create your network in seconds:


## Supporting Backend and Infra-as-Code Repos:
- https://github.com/Zygimantass/strack-backend
- https://github.com/Paulius0112/strack-automation
## How to run or develop further?
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.