rchain-community / rchain.cloud

Online Rholang interpreter.
http://rchain.cloud
20 stars 8 forks source link

Sharable URLs (like on JSFiddle, rust playground) #5

Open AhsanFazal opened 6 years ago

AhsanFazal commented 6 years ago

Users need to be able to share their code via a unique link (like on JSFiddle).

dckc commented 6 years ago

The http://try.purescript.org/ approach looks interesting:

Code can be loaded from a GitHub Gist. To share code, simply include the Gist ID in the URL as follows:

try.purescript.org?gist=gist-id

The Gist should contain a file named Main.purs containing your PureScript code.