This project is a chrome extensions adding functionality to Bitclout.com, it's developed using TypeScript and React.
- Show creator wallet
- Show creator purchase history
- Flag creators who sold their coins easily
- Search by public key
- Clone repo
yarn
yarn dev
to compile once oryarn watch
to run the dev task in watch modeyarn build
to build a production (minified) version
- Complete the steps to build the project above
- Go to chrome://extensions in Google Chrome
- With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo