An interesting chalenge for creating an auction for a custom NFT.
In order to install, test and run the project you will need the following:
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
[WIP]