Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.29 KB

File metadata and controls

39 lines (34 loc) · 1.29 KB

What is Zarela?

Zarela is a free, borderless and open-source P2P platform built upon the blockchain technology for collection and delivering human’s biosignals to the researchers and entities demanding for biosignal data.

Learn More:

alt text

Zarela Smart Contract Address:

0xf67192a8b9f269f23802d9ab94c7875a0abb7aea view on etherscan.io

Getting Started:

to run the smart contracts locally you need to install the following tools:

setup:
npm install -g truffle
compile and deploy:

These commands apply to the RPC provider running on port 7545. You may want to have TestRPC running in the background.

git clone https://github.com/Zarela-dev/zarela-SmartContract.git
cd zarela-SmartContract
truffle compile
truffle migrate

License

This project is licensed under the terms of the MIT license.