Coder Social home page Coder Social logo

openmina-fuzzing-ui's Introduction

Open Mina Fuzzing

This project was created to help developers to trace and debug the Mina blockchain. It is a web application written in Angular 15 that uses one or more Mina nodes as backends.

The application is available at http://1.k8.openmina.com:31308

Table of Contents

How to run it on your machine

How to run it on your machine

  1. Install Node.js: First, you need to install Node.js v18 on your computer.

    Windows

    Linux

    • For Linux, you can use the following commands to install Node.js v18 on Ubuntu:
      1. Update the package manager: sudo apt update (for Ubuntu/Debian-based distros)
      2. Install the curl package if it's not already installed: sudo apt install curl
      3. Download the Node.js setup script using curl: curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
      4. Install Node.js using the package manager: sudo apt-get install -y nodejs=18.*
      5. Verify that Node.js is installed by checking the version in a terminal: node -v

    Mac

    • For Mac, you can use the following commands to install Node.js v18:
      1. Install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
      2. Install Node.js v18: brew install node@18
      3. Verify that Node.js is installed by checking the version in a terminal: node -v
  2. Install Angular CLI: Once you have Node.js installed, open a command prompt or terminal window and run the following command to install the Angular CLI: npm install -g @angular/[email protected]. This command will install the version 15 of the Angular CLI globally on your computer. To verify that the Angular CLI is installed, run the following command in a terminal: ng --version

  3. Clone the project: Next, clone the Angular project from the Git repository or download the source code as a ZIP file and extract it to a local directory on your computer.

  4. Install project dependencies: Open a command prompt or terminal window in the project directory and run the following command to install the project dependencies: npm install. This command will install all the required dependencies for the project based on the package.json file.

  5. Configure the location of the fuzzing files:

    • Open the src/environments/environment.ts file in a text editor.
    • Change the parentDirectoryAbsolutePath value to the location of the fuzzing directories on your computer.
    • Save the file.
  6. Serve the project: Finally, run the following command to serve the project: npm run start This command will start a development server and open the project in your default web browser. You can access the project at http://localhost:4200/.

openmina-fuzzing-ui's People

Contributors

directcuteo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.