This POC has as objective test the BscScan API.
- express.js
- node.js
- TypeScript
- Using Express to running the server
- Using TypeScript in
DEV
environment - Using
ts-node-dev
with lib to running APP - Using
dotenv
to hide sensitive information
- BscScan Docs: https://docs.bscscan.com
- CoinGecko Docs: https://www.coingecko.com/pt/api/documentation
- Connect the wallet
- Show all transactions by wallet
- Connect to CoinGecko API to get token information
- Show token information
- To run this app, is required to create a
.env
file in the root of the project, following the requirements available in.env.mold
file - Fill the properties with the correspondents values
git clone https://github.com/will-cesar/poc-bscscan-api.git
npm run dev
npm run start
npm run build