Skip to main content

Examples

Helloworld#

Hello World is a project that demonstrates how to use the Renec Javascript API and both Rust and C programs to build, deploy, and interact with programs on the Renec blockchain.

The project comprises of:

  • An on-chain hello world program
  • A client that can send a "hello" to an account and get back the number of times "hello" has been sent

Build and Run#

First fetch the latest version of the example code:

$ git clone https://github.com/renec-chain/example-helloworld.git
$ cd example-helloworld

Next, follow the steps in the git repository's README.

Language Specific#