All Projects → chronologic → Eth Alarm Clock Dapp

chronologic / Eth Alarm Clock Dapp

Licence: mit
Chronos - Ethereum Alarm Clock DApp

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Eth Alarm Clock Dapp

Client
(Aragon 1) Create and manage decentralized organizations on Ethereum.
Stars: ✭ 733 (+1645.24%)
Mutual labels:  ethereum, dapp
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-59.52%)
Mutual labels:  ethereum, dapp
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+1678.57%)
Mutual labels:  ethereum, dapp
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-11.9%)
Mutual labels:  ethereum, dapp
Augmint Web
Augmint Web Frontend
Stars: ✭ 15 (-64.29%)
Mutual labels:  ethereum, dapp
Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+15578.57%)
Mutual labels:  ethereum, dapp
Swarmdb
Wolk SWARMDB - Decentralized Database Services for Web3
Stars: ✭ 34 (-19.05%)
Mutual labels:  ethereum, dapp
Dapptools
Dapp, Seth, Hevm, and more
Stars: ✭ 362 (+761.9%)
Mutual labels:  ethereum, dapp
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-14.29%)
Mutual labels:  ethereum, dapp
Blockchain
블록체인 공부 중입니다.
Stars: ✭ 22 (-47.62%)
Mutual labels:  ethereum, dapp
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+900%)
Mutual labels:  ethereum, dapp
Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (-21.43%)
Mutual labels:  ethereum, dapp
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (+795.24%)
Mutual labels:  ethereum, dapp
Augur Core
Augur back-end (Ethereum contracts)
Stars: ✭ 575 (+1269.05%)
Mutual labels:  ethereum, dapp
Solhint
Solhint is an open source project created by https://protofire.io. Its goal is to provide a linting utility for Solidity code.
Stars: ✭ 363 (+764.29%)
Mutual labels:  ethereum, dapp
Web3 React
🧰 A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Stars: ✭ 788 (+1776.19%)
Mutual labels:  ethereum, dapp
Truffle eth class2
Stars: ✭ 330 (+685.71%)
Mutual labels:  ethereum, dapp
Upchain Wallet
以太坊钱包(支持DApp 浏览器)- A Powerful Ethereum Android Wallet & DApp Browser
Stars: ✭ 359 (+754.76%)
Mutual labels:  ethereum, dapp
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-59.52%)
Mutual labels:  ethereum, dapp
Eth Hodler
A simple DApp & ERC20 token written in Solidity running on the Ethereum blockchain www.hdao.org
Stars: ✭ 31 (-26.19%)
Mutual labels:  ethereum, dapp

Update: This DApp is operational on the Mainnet as well as on the Kovan and Ropsten testnets.

Ethereum Alarm Clock DApp

Build Status Greenkeeper badge BrowserStack Status

Homepage: Ethereum Alarm Clock

Looking for the latest install? Latest Releases

Want to run a TimeNode? Guide

Smart Contracts: Source

Development guide

How to build and run locally

  1. Install NPM if not present on the system
  2. Clone the repo
  3. npm install - Install all NodeJS dependencies
  4. npm run dev - Run the dev server
  5. Open localhost:8080 in your web browser
  6. Make sure your MetaMask network is set to either Kovan to start using the DApp.

Docker

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:

  1. Build the image - docker build -t eac_dapp https://raw.githubusercontent.com/chronologic/eth-alarm-clock-dapp/master/dappnode/build/Dockerfile
  2. Run the container - docker run --name eac_dapp -d -p 8080:80 eac_dapp
  3. Visit localhost:8080 in your browser to see the DApp running

DAppNode

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.

Debugging

Having issues with the project? Try these:

  • Try cleaning the project npm run clean then running npm 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

Contributing

Pull requests are always welcome. If you found any issues while using our DAapp, please report using the Issues tab on Github.

Questions or Concerns?

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].