Built for ETH Global Hackathon - LFGrow 2022.
Start with 1 click and Setup your 0xrig.
- Copy
.env.template
and name it.env
- Export your MetaMask Private Key. (Your keys will never leave your container)
- Run
npm run html
- Run
npm run server
0xrig gives you the tools you need to interact with Crypto.
Features:
- LENS MODULES
Create new Accounts (Bulk). Search for Profiles. Follow Profiles. List Following. List Followers.
- LIVE PEER MODULE
SetUp API KEY. Start a Call (stream). Stream from your Browser.
Export your PK from Metamask and paste it in your:
.env
Create a new Moralis Server and setup your Keys in your file:
html/js/moralisKeys.js
Launch your 0xrig Back End Server.
npm run server
Open a new terminal and launch your HTML Front End.
npm run html