NFT Auction

An interesting chalenge for creating an auction for a custom NFT.

Prerequisites

In order to install, test and run the project you will need the following:

TEST

Locally

Locally we will test using ganache, to do that run following commands:

docker-compose -f docker-compose up -d

After waiting for ganache start you cna ru nthe tests:

truffle test

Network Ropsten

[WIP]