All Projects → ConsenSys → Stow Smart Contracts

ConsenSys / Stow Smart Contracts

Licence: mit
Formerly Linnia-Smart-Contracts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stow Smart Contracts

Daox Contracts
Smart contracts for creating Daox-based fundraising organization
Stars: ✭ 31 (-47.46%)
Mutual labels:  ethereum, smart-contracts
Vyper.fun
Cryptozombies for Vyper: Learn Vyper by building games!
Stars: ✭ 42 (-28.81%)
Mutual labels:  ethereum, smart-contracts
Asset Token
Designed to represent a fungible asset as an ERC777 token
Stars: ✭ 33 (-44.07%)
Mutual labels:  ethereum, smart-contracts
Ethereum book
精通以太坊 (中文版)
Stars: ✭ 875 (+1383.05%)
Mutual labels:  ethereum, smart-contracts
Homework
HomeWork is an autonomous utility for finding, sharing and reusing home addresses for contracts.
Stars: ✭ 50 (-15.25%)
Mutual labels:  ethereum, smart-contracts
Augmint Web
Augmint Web Frontend
Stars: ✭ 15 (-74.58%)
Mutual labels:  ethereum, smart-contracts
Hifi Protocol
The Hifi fixed-rate, fixed-term lending protocol
Stars: ✭ 41 (-30.51%)
Mutual labels:  ethereum, smart-contracts
Uniswap V2 Core
🎛 Core smart contracts of Uniswap V2
Stars: ✭ 889 (+1406.78%)
Mutual labels:  ethereum, smart-contracts
Solpp
A solidity preprocessor and flattener CLI and library
Stars: ✭ 44 (-25.42%)
Mutual labels:  ethereum, smart-contracts
Solidity
🔐 Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (-22.03%)
Mutual labels:  ethereum, smart-contracts
Panvala
Sustain Ethereum Together
Stars: ✭ 27 (-54.24%)
Mutual labels:  ethereum, smart-contracts
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+1701.69%)
Mutual labels:  ethereum, smart-contracts
Gdai.io
gDAI - Gas less DAI transfers by using GSN, Fulcrum and KyberNetwork
Stars: ✭ 26 (-55.93%)
Mutual labels:  ethereum, smart-contracts
Outsmarting Smart Contracts
A repo with information about security of Ethereum Smart Contracts
Stars: ✭ 29 (-50.85%)
Mutual labels:  ethereum, smart-contracts
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1464.41%)
Mutual labels:  ethereum, smart-contracts
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (-37.29%)
Mutual labels:  ethereum, smart-contracts
Oyente
An Analysis Tool for Smart Contracts
Stars: ✭ 820 (+1289.83%)
Mutual labels:  ethereum, smart-contracts
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-71.19%)
Mutual labels:  ethereum, smart-contracts
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-25.42%)
Mutual labels:  ethereum, smart-contracts
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+19667.8%)
Mutual labels:  ethereum, smart-contracts

Stow Smart Contracts NPM Package Build Status Coverage Status


⚠️ WIP

Smart Contracts for Stow

DEPLOYED CONTACTS

Overview

Stow Users

A contract that keeps a registry of registered users and their provenance.

Stow Records

A contract that keeps a registry of metadata of uploaded medical records, as well as the IRIS score of those records. The metadata makes records easily searchable.

Recieving Tokens when adding Stow records

When a person uploads data, 1 Finney STOW token is transferred from the Stow admin pool/acct to the user’s address. Currently no data validation needed.

1 Finney of STOW tokens per upload for now.

Stow Permissions

A contract that keeps a registry of permissions. Permissions include who can view what data, and where the permissioned copy is stored on IPFS.

Stow Overall Architecture

Stow architecture

Getting started

Prerequisites

  • Node.js
  • Node Package Manager

Clone the repository

$ git clone https://github.com/ConsenSys/Stow-Smart-Contracts.git

Install the dependencies

$ npm install

Deploying

npm run migrate

Testing

To run tests with coverage

npm run coverage

To run tests without coverage

  • First start testrpc with npm start
    • Alternatively you can run Ganache GUI at port 7545 with network id 5777
  • Run npm test

Video to Help You Get Started

Video to Get You Started with Stow Smart Contract

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].