Skip to content

Instantly share code, notes, and snippets.

View ppogulailo's full-sized avatar
:shipit:
Focusing

Pavlo Pohuliailo ppogulailo

:shipit:
Focusing
View GitHub Profile
@ppogulailo
ppogulailo / Git-commands.md
Created June 1, 2024 15:29 — forked from vimal-verma/Git-commands.md
A list of Git commands

Git Commands

A list of Git commands

feel free to star this



@ppogulailo
ppogulailo / tokenPriceApi.js
Created June 1, 2024 15:16 — forked from yarscript/tokenPriceApi.js
Retrive the price of any bsc token from it's address without using external service like poocoin/dextools
let pancakeSwapAbi = [
{"inputs":[{"internalType":"uint256","name":"amountIn","type":"uint256"},{"internalType":"address[]","name":"path","type":"address[]"}],"name":"getAmountsOut","outputs":[{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"stateMutability":"view","type":"function"},
];
let tokenAbi = [
{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},
];
const Web3 = require('web3');
/*
Required Node.js
@ppogulailo
ppogulailo / docker-help.md
Created June 1, 2024 15:14 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info