pipermerriam / ethereum-datetime

Date-Time utilities for ethereum contracts.
MIT License
379 stars 139 forks source link

Make this an ethpm package #7

Closed thedewpoint closed 6 years ago

thedewpoint commented 7 years ago

I would love to use this but right now I'm hacking everything up to work in development and in the test net. Could you help with this? I'm too new to figure how to do it myself

doppio commented 7 years ago

Would also be nice if this could be published on NPM (e.g. how OpenZeppelin publishes their contracts).

uluhonolulu commented 6 years ago

I can handle both, if you don't mind.

uluhonolulu commented 6 years ago

Published to NPM: https://www.npmjs.com/package/ethereum-datetime

pipermerriam commented 6 years ago

Thank @uluhonolulu

amitaymolko commented 6 years ago

Was this published to ethpm?

uluhonolulu commented 6 years ago

No, I was getting strange compilation errors, realized that I'd have to upgrade it to the latest Solidity, and had no time for it.