Giter Club home page Giter Club logo

web3-security's Introduction

WEB3 SECURITY

The web3-security repository is a collection of resources and code related to the topic of web3-security. The goal of this project is to provide guidance and tools to the Developers, Pentesters, Bug Hunters and security enthusiasts on web3 stack.


Steps to install and run in localhost

I. Clone the repository

  • Open the terminal and navigate to the directory where the repository has to be cloned.
  • Execute the below command to clone the repository.
    git clone https://github.com/rohansx/web3-security.git

    Note : Replace the <repository_url> with the URL of this repository (https://github.com/rohansx/web3-security.git or [email protected]:rohansx/web3-security.git)

II. Install mdbook

  • mdbook is a command-line utility to create modern online books from markdown files.
  • The prerequisites for installing mdbook are Rust and cargo (a rust package manager).
  • Execute the below commands to install Rust and cargo.
    #sample code to install rust and cargo in ubuntu
    sudo apt-get update
    #install rust
    sudo apt install rustc
    #install cargo
    sudo apt -y install cargo

    Note : Skip the above step if Rust and cargo are installed already.

  • Execute the below command to install latest mdbook
    #command to install mdbook
    cargo install --git https://github.com/rust-lang/mdBook.git mdbook
  • Wait for the installation process to complete. mdbook will be installed once all the process completes.

III. Serve the application on localhost

  • Open the terminal and navigate to cloned repository.
  • Execute the below command to serve the application on localhost.
    mdbook serve --open
  • On executing the above command the application will be automatically opened in the default web browser, running on http://localhost:3000 or any respective url and port.

By following the above steps, you should be able to clone the repository, install mdbook and run the application on localhost.

web3-security's People

Contributors

anubhav1206 avatar rohansx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

web3-security's Issues

Add contents in Readme.md

Add contents for installation and running on the local host.
here's the step

  • clone
  • install mdbook in the system
  • "mdbook serve --open" this is the command to run on terminal to serve the application on localhost

Refer other readme.md file and make according to that

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.