26medias / shitfolio

A portfolio tracker for BEP-20 (pancakeswap) shitcoins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Create the settings file

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"
    }
}

Install & launch

npm install
npm install -g electron

Start

npm start

Screenshot

Screenshot

About

A portfolio tracker for BEP-20 (pancakeswap) shitcoins

License:MIT License


Languages

Language:JavaScript 56.8%Language:CSS 19.9%Language:Less 13.8%Language:HTML 9.6%