docs: Update core-contracts/README.md

Co-authored-by: Brice Dobry <brice@obycode.com>
This commit is contained in:
jbencin
2023-03-08 13:19:57 -05:00
committed by GitHub
parent fff7776638
commit e20e9af051

View File

@@ -1,6 +1,9 @@
# Subnets Core Contracts
Essential Clarity contracts for using Stacks Subnets
This directory contains the contracts published to the Stacks L1 to implement a subnet.
* _subnet.clar_: interface between the subnet and the L1
* _multi-miner.clar_: implements a multi-miner for the subnet
* _helper/*_: used for testing
## Running Tests