Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.4 KB

README.md

File metadata and controls

72 lines (44 loc) · 1.4 KB

Celery

Description

Celery is the first Blockchain annuity to be created. This repository contains the smart contract source code, unit tests, documentation and other related files for Celery.

Website

White Paper

Celery.sol

User Documentation

Install

Intended to be used with Visual Studio Code

Install NPM/Yarn

npm install

Install solhint globally

npm install -g solhint

Install Solidity VSC extension

Usage

Run linting (automatically ran with below commands as well)

npm run lint

Compile contracts

npm run build

Run Unit Tests

npm run test

Run Unit Test code coverage

npm run coverage

Contributing

To learn how to contribute to the project please contact @MaxHastings on Telegrarm. Find him on the official Celery Telegram group

Security

Audited by CertiK : https://www.certik.org/projects/celery

If you find any security vulnerabilities or concerns please privately contact @MaxHastings on Telegram. Find him on the official Celery Telegram group

Bugs found will be rewarded based on severity.

License

GNU General Public License v3.0 For details see LICENSE