A fully on-chain trading card game. There will be elves, wizards & shit. Drama and broken friendships also.
BSD 3-Clause Clear License
105
stars
38
forks
source link
Split Game.sol to fit under the contract size #92
Closed
norswap closed 10 months ago
Currently
Game.sol
is way over the EVM contract size limit.The simplest way to split things up is to use external libraries as explained here.