Skip to content
View rkokhatskyi's full-sized avatar
πŸ„β€β™‚οΈ
πŸ‘¨β€πŸ’» ⛓️ πŸ†
πŸ„β€β™‚οΈ
πŸ‘¨β€πŸ’» ⛓️ πŸ†

Organizations

@trustwallet @Zigurat-blockchain-masters
Block or Report

Block or report rkokhatskyi

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
rkokhatskyi/README.md

Typing SVG

Pinned

  1. Zigurat-blockchain-masters/blockchain-core Zigurat-blockchain-masters/blockchain-core Public

    This repository includes implementation of a simple blockchain for it's core features (transaction, blocks, miners etc.)

    JavaScript 2 1

  2. TRC20 token sample with ownership co... TRC20 token sample with ownership concept and safeguard against reentrancy attacks
    1
    // SPDX-License-Identifier: MIT
    2
    
                  
    3
    pragma solidity ^0.8.11;
    4
    
                  
    5
    
                  
  3. solidity-sandwich-attack solidity-sandwich-attack Public

    This repository demonstrates on how to perform a sandwich attack for Uniswap v2

    Solidity 5 3

  4. awesome-solidity awesome-solidity Public

    Forked from bkrem/awesome-solidity

    ⟠ A curated list of awesome Solidity resources, libraries, tools and more

  5. awesome-ipfs awesome-ipfs Public

    Forked from ipfs/awesome-ipfs

    Useful resources for using IPFS and building things on top of it

    JavaScript

  6. slither slither Public

    Forked from crytic/slither

    Static Analyzer for Solidity

    Python