Skip to content

Instantly share code, notes, and snippets.

View oguchiw's full-sized avatar

Oguchi Wilson oguchiw

View GitHub Profile
pragma solidity 0.8.0;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "hardhat/console.sol";
// We need to import the helper functions from the contract that we copy/pasted.
import { Base64 } from "./libraries/Base64.sol";
@Ikxyz
Ikxyz / NUBAN
Created September 27, 2019 15:23
Nigeria Uniform Bank Account Number (NUBAN) IN A JSON ARRAY
const NUBAN = [
{"bank": "ACCESS BANK", "code": "044"},
{"bank": "ACCESSMOBILE", "code": "323"},
{"bank": "ASO SAVINGS AND LOANS", "code": "401"},
{"bank": "CELLULANT", "code": "317"},
{"bank": "CENTRAL BANK OF NIGERIA", "code": "001"},
{"bank": "CITIBANK", "code": "023"},
{"bank": "CORONATION MERCHANT BANK", "code": "559"},
{"bank": "CORPORETTI", "code": "310"},
{"bank": "COVENANT MICROFINANCE BANK", "code": "551"},