Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 2.02 KB

File metadata and controls

44 lines (22 loc) · 2.02 KB

Blockchain Projects

  • Ethereum-Based Decentralized Exchange - A crypto exchange where people can have their own DEX coins and trade with other popular fungible tokens (ERC20 Standard) like DAI, BAT, REP, and ZRX. I wrote quality tests for the smart contracts for the same. STACK: Solidity, NextJS, Truffle, Goerli (Testnet)

    Visit Site, Github

  • KryptoBirdz - A NFT Marketplace (with ERC721 token standard) - In this people can mint new NFTs and list them to buyers. STACK: Solidity, NextJS, Hardhat, Goerli Network (Testnet)

    Visit Site, GitHub

  • MultiSig Wallet - A wallet in which you can only make a transaction if multiple people (approvers) agree on the transaction, Solidity, NextJS, Truffle, Goerli (Testnet).

    Visit Site, GitHub

App Screenshots

  • Ethereum-Based Decentralized Exchange:

  • KryptoBirdz - A NFT Marketplace

    • Home page:

      birdz_site_full

    • Minting new tokens:

      birdz_site_full_2

  • MultiSig Wallet

    • Initial:

      image

    • Full Home Page:

    • Viewing balances of the approvers of the MultiSig Wallet: