Skip to content
View spandan114's full-sized avatar
����
Learning
📚
Learning

Block or report spandan114

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
spandan114/README.md

Hi there I am Spandan Joshi!

  • 😃 I am Full Stack Developer with WEB3 skills.
  • 💬 Looking for collaboration in any project.
  • 🌱 learning Machine learning.
  • 🧑‍🍳 I love to cook and watch web series.

Connect with me

LinkedIn Twitter GitHub Telegram


Skills

Pinned Loading

  1. NFT-marketplace NFT-marketplace Public

    ERC-721 Token based NFT market place where you can mint, own & sell NFTs . Please use ropsten test network for testing hosted website .

    JavaScript 18 13

  2. Crowdfunding-DAPP Crowdfunding-DAPP Public

    Decentralized crowd funding platform where user can start fundraising , anyone can contribute & Fund riser need permission of contributor before withdrawing amount from contract .

    JavaScript 63 32

  3. Defi-Yield-Farming Defi-Yield-Farming Public

    cryptocurrency staking platform where you can buy, stake & un-Stake mock version of tether tokens to get rewards in the form interest.

    JavaScript 5 4

  4. Token-exchange Token-exchange Public

    Decentralized ERC-20 token (Brownie token ) exchange .

    JavaScript 1

  5. Solidity smart contracts Solidity smart contracts
    1
    // SPDX-License-Identifier: GPL-3.0
    2
    
                  
    3
    pragma solidity >=0.7.0 <0.9.0;
    4
    
                  
    5
    struct Student{
  6. Solidity Solidity
    1
    // SPDX-License-Identifier: GPL-3.0
    2
    
                  
    3
    pragma solidity >=0.5.0 <0.9.0;
    4
    
                  
    5
    contract Array{