Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change link to working rholang playground and update cheat sheet link #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<div class="subHeader">Rholang</div>
<div class="body">Rholang is a new language for writing smart contracts for the RChain platform. Developers can write and compile Rholang in RNode and community-developed tools (see Community Contributions below). As the language develops so too do the resources available for developers to get started and use Rholang.</div>
<a href="https://github.com/JoshOrndorff/LearnRholangByExample#learn-rholang-by-example" target="_blank"><img src="assets/read.svg">Learn By Example tutorials</a>
<a href="https://github.com/JoshOrndorff/LearnRholangByExample/tree/master/cheatSheet#rholang-cheat-sheet" target="_blank"><img src="assets/read.svg">Rholang cheat sheet</a>
<a href="https://github.com/rchain/rchain/blob/dev/rholang/reference_doc/rho_cheatsheet.pdf" target="_blank"><img src="assets/read.svg">Rholang cheat sheet</a>
<a href="https://github.com/rchain/rchain/blob/master/docs/rholang/rholangtut.md" target="_blank" class="img"><img src="assets/read.svg">The Core team's tutorial</a>
<a href="assets/illegal&#32;moves.pdf" target="_blank" class="img"><img src="assets/read.svg">Clarifications on pattern-matching</a>
</div>
Expand All @@ -118,7 +118,7 @@
<div class="body">An API for dApp frontends to communicate with the RChain blockchain.</div>
<a href="https://www.npmjs.com/package/rchain-api" target="_blank">RChain-API</a></br>
<a href="https://github.com/rchain-community/rholang-syntax-highlighting" target="_blank">Rholang syntax highlighting files and plugins</a>
<a href="http://rchain.cloud/" target="_blank">Web interface to play with the Rholang language</a>
<a href="https://developer.rchain.coop/rholang-playground" target="_blank">Web interface to play with the Rholang language</a>
<a href="https://github.com/tgrospic/rholang-idea" target="_blank">Rholang plugin for the IntelliJ Platform</a>
</div>
</div>
Expand Down