Skip to content
View maymax777's full-sized avatar
๐Ÿ˜‡
What's happening?
๐Ÿ˜‡
What's happening?
Block or Report

Block or report maymax777

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
maymax777/README.md

Pinned

  1. StringRepeater.sol StringRepeater.sol
    1
    pragma solidity ^0.4.13;
    2
    
    
    3
    contract Repeater {
    4
      function multiply(uint8 repeat, string pattern) returns (string) {
    5
        bytes memory bpattern = bytes(pattern);
  2. DateTime.sol DateTime.sol
    1
    pragma solidity ^0.8.0;
    2
    
    
    3
    library DateTime {
    4
        uint256 constant SECONDS_PER_DAY = 24 * 60 * 60;
    5
        int256 constant OFFSET19700101 = 2440588;
  3. dapp-starter dapp-starter Public template

    Forked from lizhming/dapp-starter

    A dApp starter kit template to quick start a dapp project with Next.js + Tailwind CSS + Ethers + wagmi + RainbowKit.

    TypeScript 1

  4. hardhat-template hardhat-template Public template

    Forked from PaulRBerg/hardhat-template

    Combines Hardhat, TypeChain, Ethers, Waffle, Solhint, Solcover and Prettier

    TypeScript 1

  5. foundry-template foundry-template Public template

    Forked from PaulRBerg/foundry-template

    Foundry-based template for developing Solidity smart contracts

    Solidity

  6. golang-blockchain golang-blockchain Public

    Go