Skip to content

Instantly share code, notes, and snippets.

View izotx's full-sized avatar

Janusz Chudzynski izotx

View GitHub Profile
@izotx
izotx / kucoin.py
Created July 19, 2018 15:00
Kucoin trading bot
#importing libraries
from kucoin.client import Client
import json
import math
import time
import datetime
#API KEYS to the exchange
api_key = "xxxxxx"
@izotx
izotx / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created December 14, 2021 02:15
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**