Skip to content

proof-media/rho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rholang @proof

Experiments on the RChain blockchain writing rholang contracts.

tested versions

voting

Voting has been tested with:

And in official live zoom session with:

registry

Tested only in standalone mode of latest rnode v0.7.1.

::TO BE COMPLETED::

NOTE: as of 17/10/2018 the dev docker tag image doesn't work while testing does.

# using compose in rchain-notebook
# $ docker-compose exec rnode bash

rnode deploy --phlo-limit 100000000 --phlo-price 1 \
    /opt/contracts/registry/registry-server.rho \
    && rnode deploy --phlo-limit 100000000 --phlo-price 1 \
    /opt/contracts/registry/registry-client.rho \
    && rnode propose

About

Experimenting rholang contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages