🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/archway-network/valuter-ui

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/archway-network/valuter-ui

v0.0.0-20220512085111-cc6d4e4a36a5
Source
Go
Version published
Created
Source

Getting Started with Valuter-UI

This is a UI for Valuter testnet evaluator tool.

Install & development

The best way to install it is to do it through a bundle called testnet-evaluator.

Configuration

There is a conf.js configuration file in the public directory. This file is loaded dynamically on page load and consists of the configs for the UI.

var Configs = {
    API_URL: "http://localhost:8080/"
};

Currently it only has the API_URL which has to point to the server running valuter.

PS: this file must be mapped to the html root of the webserver running the UI. e.g. /usr/share/nginx/html/conf.js

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts