Skip to content

A collection of useful smart contract components. (internal)

License

Notifications You must be signed in to change notification settings

Synthetixio/utility-contracts

Repository files navigation

utility-contracts

Build Status

A collection of useful smart contract components.

Contents

Smart contracts can be found in the contracts/ directory and include the following:

  • LimitedSetup: Allows contract functions to operate only during a setup period.
  • Owned: A contract with a privileged owner.
  • Pausable: Provides the ability to pause contract functions.
  • SafeDecimalMath: Safe manipulation of unsigned fixed point decimal numbers.
  • SelfDestructible: A contract that can be self destructed by its owner after a delay.

Running Tests

The testing scripts require Python 3.6+, web3.py 4.0.0+, py-solc 2.1.0+, and eth-utils 1.0.0+. To install these dependencies, ensure that python is up to date and run:

pip3 install -r requirements.txt

In addition solc 0.4.24+ must be installed. The test suite uses ganache 6.1.0+ for execution speed, state snapshots, and time fast-forwarding. It can be installed from the node package manager with:

npm install ganache-cli

Run the test suite as follows:

python3 run_tests.py

About

A collection of useful smart contract components. (internal)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published