web3-osint
v1.0.3
Published
<p align="center"> <strong>Web3 OSINT tool for threat intelligence automation</strong> </p>
Downloads
7
Readme
Web3 OSINT
Installation & Usage
npm i -g web3-osint # install
web3-osint # run
Running in development
- Install all dependencies
yarn
- 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