Skip to content
View kimanikelly's full-sized avatar
Block or Report

Block or report kimanikelly

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. contracts contracts Public

    Smart Contract development environment deployed as a NPM package containing the TypeChain bindings.

    TypeScript

  2. contracts-api contracts-api Public

    API returning the Addresses, ABI, and Bytecode of the Smart Contracts deployed in https://github.com/kimanikelly/contracts as a JSON response.

    TypeScript

  3. contracts-sdk contracts-sdk Public

    Software Development Kit for interacting with Solidity Smart Contracts, aiming to build Off-Chain applications from Ethereum compatible protocols. Built with https://github.com/kimanikelly/contract…

    Python

  4. cli-faucet-py cli-faucet-py Public

    Command line interface faucet application that deposits ERC-20 tokens from https://github.com/kimanikelly/contracts/blob/main/contracts/Token.sol to the connected user wallet on Goerli testnet.

    Python 1

  5. cli-ttBank-py cli-ttBank-py Public

    Command line interface banking application allowing the connected user wallet to open an account, deposit to an account, and withdraw from an account using ERC-20 tokens as the currency on Goerli t…

    Python