Consensys / Tokens

Ethereum Token Contracts
MIT License
2.06k stars 1.19k forks source link

Are these importable by some means? #31

Closed danfinlay closed 7 years ago

danfinlay commented 7 years ago

Are these registered on a solidity package manager, like Dapple, to allow easy installing in a project?

I even think npm registration could work, if you clarified in the readme what importing entailed.

Any thoughts about ways these should be consumed?

simondlr commented 7 years ago

Not yet. Just go ahead and copy/paste the token code you require. Anything that's not clear? Perhaps we can update the documentation to make it more clear. :)

simondlr commented 7 years ago

It's now on ethpm. v0.0.2 coming soon with 0.4.8 Solidity support. :)

Published under 'tokens'.