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 :)
- When you land on 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:
First, run the development server:
npm run dev
# or
yarn dev
Open 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 can be accessed on 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 instead of React pages.