Skip to content
View spandan114's full-sized avatar
📚
Learning
📚
Learning
Block or Report

Block or report spandan114

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

Hi there i am Spandan Joshi!

  • 😃 I am Full Stack Developer with WEB3 skills.
  • 💬 Looking for Collaborate in any type of project.
  • 🌱 learning Math (Algebra & statistics).
  • 🧑‍🍳 I love to cook and watch web series.

Connect with me

LinkedIn Twitter GitHub Telegram


Skills

Pinned

  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 17 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 57 31

  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 4 3

  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{