Skip to content

Instantly share code, notes, and snippets.

View OmkarPh's full-sized avatar
🏠
Working from home

Omkar Phansopkar OmkarPh

🏠
Working from home
View GitHub Profile
@OmkarPh
OmkarPh / credentials.md
Last active June 29, 2022 06:29
Medblock credentials
@OmkarPh
OmkarPh / OGPcoin.sol
Created September 7, 2021 16:18
OGP coin solidity code
pragma solidity >=0.4.22;
contract OGPcoin {
string public constant name = "OGP coin";
string public constant develooper = "Omkar Phansopkar";
string public constant contact = "https://github.com/OmkarPh";
string public constant symbol = "OGP";
uint8 public constant decimals = 18;