Skip to content
View adibas03's full-sized avatar

Highlights

  • Pro

Organizations

@Pokereum @Superdao-DAO @chronologic @vyralnetwork
Block or Report

Block or report adibas03

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. enabledao/enable enabledao/enable Public

    Stablecoin loans for borderless peer-to-peer credit

    CSS 26 8

  2. Solidity-truffle-tests Solidity-truffle-tests Public

    A series of attack tests on commonly used libraries and contracts in the ethereum web space

    JavaScript 20 2

  3. online-ethereum-abi-encoder-decoder online-ethereum-abi-encoder-decoder Public

    A quick online tool to abi-encode and abi-decode constructor arguments used in ethereum's solidity. https://adibas03.github.io/online-ethereum-abi-encoder-decoder/

    JavaScript 56 16

  4. crypto-will crypto-will Public

    Dead man's switch implementation in the Crypto world, will be connected to EAC (Ethereum alarm clock): https://adibas03.github.io/crypto-will

    JavaScript 10 1

  5. ico-busses/token-transfer-dapp ico-busses/token-transfer-dapp Public

    Easy and optimized erc20 token transfer dapp; A decentralized dapp, to make quick ERC20, enabled tokens transfer https://ttd.icobusses.io/

    JavaScript 14 11

  6. React native setup errors trouble sh... React native setup errors trouble shooting
    1
    Ensure gradle version matches Java version
    2
    openjdk 11 & above: Gradle 5 & above
    3
    update distributionUrl in repo/android/gradle/wrapper/gradle-wrapper.properties to:
    4
    distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-all.zip
    5