This repository contains the code for the frontend service of Kinto. Developed in React 17.
- Graphical interface for managing user information, files and nodes
- Upload encrypted files to the network
- Connect new nodes to the Kinto network
- Node This project uses node and npm as package manager, make sure it is installed.
node -v
npm -v
To run this project, you will need to add the following environment variables to your .env file
KINTO_SERVICE_URL
: URL of the Kinto Storage service
KINTO_NODES_URL
: URL of the Kinto Nodes service";
USERS_ROUTE
: Kinto Storage service's users endpoint;
FILES_ROUTE
: Kinto Storage service's files endpoint;
NODES_ROUTE
: Kinto Nodes Service's nodes endpoint;
Clone the project
git clone https://github.com/K-nto/Kinto-network-status-service.git
Install dependencies
npm install
Start the service.
npm run dev
Distributed under the no License. See LICENSE.txt for more information.
Federico Javier Parodi - Fedejp - Linkedin - Github
Carlos Santiago Yanzon - Bizk - Linkedin - Github
Project Link: https://github.com/K-nto
We thank and aknowledge the authors of these resources for their work.