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

Block or report leonnardovv

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. DeFi-Developer-Road-Map DeFi-Developer-Road-Map Public

    Forked from OffcierCia/DeFi-Developer-Road-Map

    DeFi Developer roadmap is a curated Web3.0 Developer handbook which includes a list of the best tools for DApps, development resources and lifehacks.

    2

  2. Example of connecting to an Ethereum... Example of connecting to an Ethereum wallet using React & Web3
    1
    import { useState, useEffect } from 'react'
    2
    import Web3 from 'web3'
    3
    
                  
    4
    const [account, setAccount] = useState(null)
    5
    let [web3, setWeb3] = useState(null)
  3. All-About-Solidity All-About-Solidity Public

    Forked from CJ42/All-About-Solidity

    A series of tutorials that cover most of the core elements of the Solidity language

    Assembly 1

  4. ethereum-boilerplate ethereum-boilerplate Public

    Forked from ethereum-boilerplate/ethereum-boilerplate

    The ultimate full-stack Ethereum Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it works with …

    JavaScript 1

  5. ethereum-react-native-boilerplate ethereum-react-native-boilerplate Public

    Forked from ethereum-boilerplate/ethereum-react-native-boilerplate

    The ultimate full-stack Ethereum React Native Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" i…

    JavaScript 1

  6. awesome-blockchains awesome-blockchains Public

    Forked from openblockchains/awesome-blockchains

    A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips 🌷🌷🌷. Distributed is the new centralized.

    Ruby