Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 742 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 742 Bytes

Web3 OSINT

Web3 OSINT tool for threat intelligence automation

Installation & Usage

npm i -g web3-osint # install
web3-osint # run

Running in development

  1. Install all dependencies yarn
  2. Start in Dev Environment yarn dev, will run all apps in dev environment
yarn # Install all dependencies
yarn dev # Start in Dev Environment

Build for production

yarn build

Start in production

yarn start # Need to build first

Contributors