Skip to content

Veil-Info Displays A BUNCH of Veil information on one page.

Notifications You must be signed in to change notification settings

ohcee/veil-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veil-Info

The Veil-Info app is an easy-to-use tool that provides up-to-date information on the Veil blockchain, market trends, and news.

It displays the current block, difficulty levels for all algorithms, exchange rates, the most active exchanges, team budgets, and includes many clickable quick links.

This uses a proxy to make calls to the Veil explorer every 15 seconds and displays the information.

git clone https://github.com/ohcee/veil-info.git

You will need Node.js and npm.

On Ubuntu:

sudo apt install nodejs

sudo apt install npm

On macOS:

You can use Homebrew to install Node.js and npm:

brew install nodejs

After you install npm, install and upgrade

npm install

npm upgrade

npm install @testing-library/jest-dom@latest

npm install @testing-library/react@latest

npm install @testing-library/user-event@latest

npm install web-vitals@latest

After these are installed, inside the veil-info

root folder, run the following:

cd Java

Then once inside the Java folder:

node server.js

This should start the proxy. It will continue to make RPC calls until an error then restart.

Open another terminal window and enter the following:

cd veil-info

cd src

Once inside the src folder:

npm start

Dark mode:

Screenshot 2023-12-30 at 5 55 35 AM Screenshot 2023-12-30 at 5 56 34 AM

Light mode:

Screenshot 2023-12-30 at 6 00 18 AM

About

Veil-Info Displays A BUNCH of Veil information on one page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published