Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 715 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 715 Bytes

Cron.cat CW Contracts

The "crontracts" for cosmwasm runtime of croncat service

ALPHA:

This repo is in early develop stage - use at your own risk!

Contributing

  • Developing how to run tests and develop code. Or go through the online tutorial to get a better feel of how to develop.
  • Publishing contains useful information on how to publish your contract to the world, once you are ready to deploy it on a running blockchain.

Commands

# For building + fmt + schema
./build.sh

# For testing everything
./test.sh

Changelog

0.0.1

Initial setup