Skip to content

akshatbhargava123/strack-frontend

Repository files navigation

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

This project was bootstrapped as a hackathon project built at SyntropyHackathon, we also got a second place in the hackathon. Read more about it here :)

Tutorial

image

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

image

  • Node creation process takes 3 steps as follows:

image image image image

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

image

  • 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:

image

image

Supporting Backend and Infra-as-Code Repos:

How to run or develop further?

First, run the development server:

npm run dev
# or
yarn dev

Open http:https://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 can be accessed on http:https://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 instead of React pages.