Skip to content
View akp111's full-sized avatar
💪
💪

Highlights

  • Pro
Block or Report

Block or report akp111

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

Pinned

  1. web3js-and-etherjs-workarounds web3js-and-etherjs-workarounds Public

    A comprehensive repo to record all web3js and ethersjs error and their solution

    3

  2. cli-todo-node-app cli-todo-node-app Public

    JavaScript

  3. portfolio portfolio Public

    JavaScript 2 1

  4. smart-contract-event-monitor smart-contract-event-monitor Public

    TypeScript 2

  5. randomtext randomtext Public

    A small package to generate random words of various variation

    Go 1

  6. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.6+commit.6c089d02.js&optimize=false&runs=200&gist=
    1
    // SPDX-License-Identifier: MIT
    2
    
                  
    3
    pragma solidity >=0.6.0 <0.8.0;
    4
    
                  
    5
    import "../utils/Context.sol";