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
105 stars 38 forks source link

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

Closed norswap closed 10 months ago

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