Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 625 Bytes

Rawhide Contracts

Rawhide is a set of smart contracts for tokenizing and managing cattle on Ethereum. It allows ranchers to generate ERC721 tokens for each livestock and issue ERC20 shares which are used for splitting payments using the Dai Stablecoin.

Installation Instructions

git clone https://github.com/rawhideio/Rawhide-Contracts/
cd Rawhide-Contracts
npm install
npm install -g truffle

Usage

You can run an example test by running the following command.

truffle test

This test will simulate the creation of cattle tokens, the distribution of shares, and processing of Dai payments.