Ramene Anthony

Results 2 comments of Ramene Anthony

> @gugaiz I think you need to create a GitHub app first: https://docs.github.com/en/developers/apps/creating-a-github-app > After that you can fill out the values for the variables in the `.env` file. >...

While recognizing I'm a bit late here, in the latest release of solidity >= 0.5.xx, this is achieved via the `pure` and `view` function modifiers. I've since updated `AuctionHouse.sol` utilizing...