Create a settings.json
file at the root of the reposiroty:
{
"wallet": "your BNB/metamask wallet address",
"bscscan": {
"api_key": "bscscan api key"
},
"bitquery": {
"api_key": "bitquery api key"
}
}
npm install
npm install -g electron
npm start