added contracts readme

This commit is contained in:
Corey 2019-06-04 14:37:08 -04:00
parent 32b51a2b78
commit c39a21ccbf
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Contract Specifics
## `StickerMarket.sol`
This contract is the main meat of this repository, and contains all the business logic of the sticker market feature.
## `StickerMarketMigrated.sol`
This contract gives an example of what an upgraded contract would look like, and how it uses `StickerMarket.sol` to manage old state.