/WAKANDA-NFT-MARKET

Implementations of tokens to represent unique assets, such as collectibles or deeds, using ERC721 Token .

Primary LanguageSolidityMIT LicenseMIT

#WAKANDA NFT MARKET

npm install -g truffle

Installation

  1. Install Truffle globally.

  2. Run the development console.

    truffle develop
  3. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

    compile
    migrate
  4. In the client directory, we run the React app. Smart contract changes must be manually recompiled and migrated.

    // in another terminal (i.e. not in the truffle develop prompt)
    cd client
    yarn
    yarn start

AFRO-NFT-Marketplace

AFRO-NFT-Marketplace