Skip to content

Instantly share code, notes, and snippets.

View safiul0073's full-sized avatar
🎯
Focusing

Md Safiullah safiul0073

🎯
Focusing
  • 03:46 (UTC +06:00)
View GitHub Profile
@safiul0073
safiul0073 / EscrowHub.sol
Created July 21, 2025 17:47 — forked from yousuf-hossain-shanto/EscrowHub.sol
Escrow Hub Solidity Contract
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.7;
library Counters {
struct Counter {
// This variable should never be directly accessed by users of the library: interactions must be restricted to
// the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
// this feature: see https://github.com/ethereum/solidity/issues/4637
uint256 _value; // default: 0
@safiul0073
safiul0073 / CountryCodes.json
Created October 2, 2024 05:26 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"