Contributing to sCrypt
Loving sCrypt and want to contribute? Thanks! There are many ways you can help sCrypt and Bitcoin.
Below are guidelines to help you get some ideas on where to start. They aim to making the contribution process straightforward and effective. If you need more ideas on what to contribute, please reach out at Slack.
Repo Descriptions
All repositories are listed at scrypt-sv.
testing
This repo provides a testing framework for sCrypt projects. Search for TODO
s on what is missing to get started.
bsv
This repo contains a fork of bsv library to specialize in script processing. You can start by merging latest updates from upstream repo. Also existing changes need to be polished and tests fixed.
boilerplate
This repo acts as a sCrypt project boilerplate. You can start by adding more contracts and tests.
specification
This repo contains the full specification for the sCrypt Language. You can start by proofreading and adding more example contracts.
License
All contributed code will be open source and licensed under MIT.