0

Looking for a way to schedule an event within the smart contract. When the event is occurred should be able to invoke the method of the contract.

I want to implement this whole feature, within the smart contract itself an not by using some NodeJS API operation.

eth
  • 85,679
  • 53
  • 285
  • 406
Susmit
  • 1,804
  • 2
  • 14
  • 29
  • did you look at http://www.ethereum-alarm-clock.com ? – Rangesh Oct 12 '17 at 03:44
  • Thanks for sharing will have a look. But looking more of a way to do it rather using a third party solution – Susmit Oct 12 '17 at 03:51
  • Ethereum alarm clock in now defunct, have a look at Oraclize for that. Basically you register for an oracle at a later time, pay a fee for that, and it will call your function on time. There is no way to do this internally. – Nicolas Bernard Oct 12 '17 at 05:35

0 Answers0