Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 305 Bytes

Church contract

A church contract to create marriages.

Getting started

  1. Clone the project;
  2. Install the dependencies;
  3. Explore the contract and tests;
$ git clone https://github.com/0xBRL/church-contract.git
$ yarn
$ yarn compile
$ yarn test
$ yarn test:coverage
$ yarn clean