Socket
Socket
Sign inDemoInstall

@stellarbeat/stellar_analysis_temp

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stellarbeat/stellar_analysis_temp

temporary until official package is added


Version published
Maintainers
1
Install size
298 kB
Created

Readme

Source

Running on a local Web Server

In this section we show how to run this tool using a local web server.

  1. Install wasm-pack
    • This requires a Rustup installation which can be downloaded here.
  2. Build the sources in the project's root directory:
wasm-pack build --target web
  1. Start a local HTTP server of your choice such as Python3's http.server:
python3 -m http.server

Alternatively, the analyses may be performed on our server which can be found here.

Deployment to a Web Server

This section covers how this tool can be deployed to your web server instead.

  1. Build the sources as shown above (item 1 & 2).

  2. Copy the following files to the location of your web server's filesystem maintaining the directory structure:

    • index.html
    • data_handler.js
    • graph.js
    • layout.css
    • util.js
    • pkg/stellar_analysis_bg.wasm
    • pkg/stellar_analysis.js

    The rest of the files do not need to be copied to your web server.

  3. Depending on your web server, you can now serve the page on your server.

The analyses performed here are powered by the fbas_analyzer tool/library.

FAQs

Last updated on 28 Sep 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc