Skip to content

Instantly share code, notes, and snippets.

View kneczaj's full-sized avatar

Kamil Neczaj kneczaj

View GitHub Profile
@michaelredman
michaelredman / TetherToken.sol
Created June 4, 2020 18:24
Tether ERC20 Contract
/**
*Submitted for verification at Etherscan.io on 2017-11-28
*/
// https://cn.etherscan.com/address/0xdac17f958d2ee523a2206206994597c13d831ec7#code
pragma solidity ^0.4.17;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
@mjrulesamrat
mjrulesamrat / multiple_ssh_keys.md
Last active June 11, 2024 21:09
How to Setup Multiple Ssh Keys for Multiple Github/Bitbucket accounts

How to Setup Multiple Ssh Keys for Multiple Github/Bitbucket accounts

create the SSH keys.

ssh-keygen -t rsa -b 4096 -C "mjrulesamrat@gmail.com"

Add the SSH Keys to the SSH-Agent