- Profile generator for different chains.
- Reports:
- Ethereum wallet balance on L1
- Scroll marks & NURI LP report
- Fuel Points farming with automatic ETH deposits
- OKX conditional withdrawal
- Fuel deposits
All available commands: make list
- Bash-like environment
- Git
- You'll know you've done it right if you can run
git --version
- You'll know you've done it right if you can run
- Node.js >= v20.x
- Make
- Optional. Docker
- You'll need to run docker if you want to use run production container builds locally
-
Create a master_key and keep it secret outside of the app.
-
Install dependencies
make
- Create .sercretsrc file:
{
"proxy": {
"userᵻ": "xxxxxx",
"passᵻ": "xxxxxx",
"hostᵻ": "xxxxx",
"portᵻ": "xxxxxx",
"reboot-linkᵻ": "xxxxxx"
},
"rpc": {
"alchemy": {
"keyᵻ": "xxxxxxx"
}
},
"okx": {
"keyᵻ": "xxxxxxx",
"secretᵻ": "xxxxxx",
"passwordᵻ": "xxxxxxx"
},
"randommer": {
"keyᵻ": "xxxxxxx"
},
"qnode": {
"keyᵻ": "xxxxxxx"
};
}
- Encrypt dependencies
make encrypt-secrets
- Generate or restore profiles with Profile generator
make profile
Contributions are always welcome! Open a PR or an issue!
Please look into makefile for commands