Update: This DApp is operational on the Mainnet as well as on the Kovan and Ropsten testnets.
Homepage: Ethereum Alarm Clock
Looking for the latest install? Latest Releases
Want to run a TimeNode? Guide
Smart Contracts: Source
- Install NPM if not present on the system
- Clone the repo
npm install
- Install all NodeJS dependenciesnpm run dev
- Run the dev server- Open
localhost:8080
in your web browser - Make sure your MetaMask network is set to either Kovan to start using the DApp.
If you wish to run the DApp as a Docker container, we have a Docker image prepared for you. To run the container, use the following commands:
- Build the image -
docker build -t eac_dapp https://raw.githubusercontent.com/chronologic/eth-alarm-clock-dapp/master/dappnode/build/Dockerfile
- Run the container -
docker run --name eac_dapp -d -p 8080:80 eac_dapp
- Visit
localhost:8080
in your browser to see the DApp running
You can now run a TimeNode through DAppNode:
- Search the DAppNode Installer for
timenode.public.dappnode.eth
- Click Install
- Go to
my.timenode.public.dappnode.eth
in your browser.
Having issues with the project? Try these:
- Try cleaning the project
npm run clean
then runningnpm run dev
- Docker
- Status of the containers using
docker ps -a
- Logs of a specific container
docker logs <container_name>
- If all else fails, rebuild the Docker containers using
npm run docker-rebuild
- Status of the containers using
Pull requests are always welcome. If you found any issues while using our DAapp, please report using the Issues
tab on Github.
Since this is beta software, we highly encourage you to test it, use it and try to break it. We would love your feedback if you get stuck somewhere or you think something is not working the way it should be. Please open an issue if you need to report a bug or would like to leave a suggestion. Pull requests are welcome.