GithubHelp home page GithubHelp logo

bookish-bassoon's Introduction

Objectives

  • Implement a standard ERC20 token with a fixed total supply of 1,000,000 tokens.
  • Add a payable function "buyToken" which accepts an ethereum address, "receiver" as a parameter, and then increments the token balance of the receiver with bought tokens.
  • The cost of buying tokens would be 1000 Tokens per ETH. Increment the total supply with the newly created tokens
  • Create an ERC721 token.
  • The token metadata should be stored onchain and the image in each metadata should be hosted on IPFS.
  • Mint two NFTs with your contract

Contract Address

  • CosToken address = 0x44CDA5E172b0ddFFe0b7d834758D53eE1b4D0A5c
  • CosNFT address = 0xD72bbe2742784cD3E4AE902df075D65137965d2b

NFT image links

MetaData Structure

{
    "name": "Cos",
    "image": "https://ipfs.io/ipfs/Qmejef8gDj9uz6iLrdJP3dLXvNWuQY1VoxyAV39Ny2xJyQ",
    "description": "A group of NFT's built for fun"
}

{
    "name": "Cos",
    "image": "https://ipfs.io/ipfs/QmakNZiY5sfEeHnd9ksb6si1RUNEaNSjjNmZRcSNWJ9bET",
    "description": "A group of NFT's built for fun"
}

bookish-bassoon's People

Contributors

prince-curie avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.