pendulum-chain / pendulum-webapp

Repository for the testnet prototype of the Pendulum web application
GNU General Public License v3.0
1 stars 0 forks source link

:warning: Note: this prototype repo will soon be deprecated.

Pendulum WebApp

Web application for Pendulum.

This project was bootstrapped with Create React App.

Before running

Make sure to set the envorinment variables :

You can optionally provide these environment variables to change the connection parameters of the known nodes:

Install libtool

Make sure you have libtool installed in your system.

For linux systems: sudo apt install libtool

For Mac systems: brew install libtool (brew is required)

Run

In the project directory, you can run:

yarn install

Install dependencies

yarn start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

Build

yarn build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\