ethereum / solidity-examples

Loose collection of Solidity example code
MIT License
534 stars 161 forks source link

Start thinking about what should be provided as on-chain public libraries #48

Open androlo opened 6 years ago

androlo commented 6 years ago

Some functionality will have to be provided in the form of public libraries. This code should also be possible to update.

This code could be replaced using redirection and such, but the serenity update will allow contracts to be wiped clean and have the code replaced, so it may be smart to wait until that's been implemented.