Skip to content

Repository files navigation

DDA Cooperative Smart Contract Guide

CryptoPets

Contracts

The Cooperative Token

Structure

General

There are four contracts that have inherit relationships leading to the Cooperative Token

SafeMath -> Token -> Base -> Cooperative

Token Structure

Functions and Variable

Setup and Basic Functions

Notes:

All contracts are owned by DDA

Testing

truffle compile
truffle develop
test

Further testing runs (with no contract changes) only require truffle test.

Should you make any changes to the contract files, make sure you rm -rf build before running truffle compile && truffle test.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages