Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Rholang

< >

Rholang is an open source contract language created in 2016.

#416on PLDB 8Years Old
Download source code:
git clone https://github.com/rchain/rchain

Blockchain (smart contract) platform using CBC-Casper proof of stake + Rholang for concurrent execution.


Example from the web:
new helloworld, stdout(`rho:io:stdout`) in { contract helloworld( world ) = { for( @msg <- world ) { stdout!(msg) } } | new world, world2 in { helloworld!(*world) | world!("Hello World") | helloworld!(*world2) | world2!("Hello World again") } }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io