diff --git a/_config.yml b/_config.yml index 2b3ff9c..dbb3e5b 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,11 @@ slack_link: https://bitcoincore.slack.com slack_sign_up_link: https://bitcoincoreslack.herokuapp.com mailing_list_link: https://lists.linuxfoundation.org/mailman/listinfo/sidechains-dev freenode_irc_link: https://webchat.freenode.net/?channels=%23sidechains-dev +elips_github_link: https://github.com/ElementsProject/ELIPs +liquid_developer_community_link: https://t.me/liquid_devel +simplicity_community_link: https://community.simplicity-lang.org/ +liquid_docs_link: https://docs.liquid.net/ +simplicity_docs_link: https://docs.simplicity-lang.org/ collections: doc: diff --git a/community/index.md b/community/index.md index 3df6aaf..aff80c5 100644 --- a/community/index.md +++ b/community/index.md @@ -18,8 +18,18 @@ The source code for Elements and this website: * * * -There are a few ways that you can discuss Elements with other members of the community: +### Elements Improvement Proposals (ELIPs) -* **Slack channel** - [{{ site.slack_link }}]({{ site.slack_link }}) (users can get an invite automatically by visiting [{{ site.slack_sign_up_link }}]({{ site.slack_sign_up_link }}) and providing an email address) +* **ELIPs** - [{{ site.elips_github_link }}]({{ site.elips_github_link }}) A process modeled after Bitcoin Improvement Proposals (BIPs) for proposing and documenting improvements to Elements. -* **Freenode IRC** - [{{ site.freenode_irc_link }}]({{ site.freenode_irc_link }}) (webchat #sidechains-dev) +### Developer Communities + +* **Liquid Dev** - [{{ site.liquid_developer_community_link }}]({{ site.liquid_developer_community_link }}) Liquid is an example of an Elements-based sidechain in production use. The Telegram group is a useful resource for developers building with Elements and Liquid. + +* **Simplicity Forum** - [{{ site.simplicity_community_link }}]({{ site.simplicity_community_link }}) The community forum for Simplicity, a smart contract language designed for Bitcoin-style blockchains and available on Liquid. + +### Other Resources + +* **Liquid Documentation** - [{{ site.liquid_docs_link }}]({{ site.liquid_docs_link }}) The main documentation site for those integrating with or building applications on Liquid. + +* **Simplicity Documentation** - [{{ site.simplicity_docs_link }}]({{ site.simplicity_docs_link }}) Technical documentation for building smart contracts with Simplicity and SimplicityHL, including getting started guides, core concepts and example contracts.