Skip to content

sharafian/crontract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crontract

Everything you love about cron, but no longer running on your machine

The crontract is a codius contract which allows users to upload tasks to be run on an interval. It's an early WIP right now, but can be tested with:

cd crontract-host
docker build . -t crontract-host
cd ..
DEBUG=* node index.js

You can then use the client at ./bin/client.js to interface with the local deploy of the crontract. Use --help for instructions. Currently, all tasks are in the form of bash commands.

Features Planned

  • Dockerfile for deployment
  • Finish writing client
  • Make the client code better
  • Switch from bash commands to docker images
  • Add log file that can be fetched
  • Charge for jobs
  • Allow jobs to be uploaded which make paid requests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published