Skip to content

Explore Web3 Security resources in this curated repository for Pentesters & Bug Hunters conquering the decentralized frontier.

License

Notifications You must be signed in to change notification settings

rohansx/web3-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Explore Web3 Security resources in this curated repository for Pentesters & Bug Hunters conquering the decentralized frontier.

Topics

Resources

License

Stars

Watchers

Forks