0xFableOrg / 0xFable

A fully on-chain trading card game. There will be elves, wizards & shit. Drama and broken friendships also.
https://twitter.com/0xFableGame
BSD 3-Clause Clear License
103 stars 35 forks source link

Split Game.sol to fit under the contract size #92

Closed norswap closed 6 months ago

norswap commented 7 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.