mattlockyer / composables-998

An implementation and documentation repo for developing the ERC-998 standard for Ethereum.
MIT License
103 stars 64 forks source link

Added initial bottom up composable implementation. #15

Closed mudgen closed 6 years ago

mudgen commented 6 years ago

I changed file names and contracts names to top-down/bottom-up composables.

I created the initial implementation of bottom-up composables. I would really like to get some feedback on this implementation and ideas to make it better.

I also fixed tests so that they pass.