added contracts readme
This commit is contained in:
parent
32b51a2b78
commit
c39a21ccbf
|
@ -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.
|
Loading…
Reference in New Issue