Skip to content

Commit

Permalink
Completed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish-Agnihotri committed Apr 20, 2021
1 parent 80348ad commit dad730d
Show file tree
Hide file tree
Showing 9 changed files with 14,788 additions and 104 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules

#Hardhat files
cache
artifacts

# Custom testing
testing/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

1. Post-auction success, we assume that the DAO would choose to set a price floor and sell, rather than restart an auction.
There is a pretty good way to have this loop with the ReserverAuctionV3 itself (literally have the DAO issue another RAV3 with its NFT).

considerations:

1. previous owner cutback
Loading

0 comments on commit dad730d

Please sign in to comment.