2.1.0 • Published 3 years ago

@defiat-crypto/core-contracts v2.1.0

Weekly downloads
146
License
MIT
Repository
github
Last release
3 years ago

DeFiat: Core Smart Contracts

The core Smart Contracts powering a new brand of Decentralized Finance. The DeFiat Token (DFT), DeFiat Points (DFTP), and DeFiat Governance contracts are the main ecosystem components stored here.

https://defiat.net/

Installation

  1. Install dependencies with Yarn
yarn install
  1. Compile contracts & build artifacts with Hardhat
yarn compile
  1. Run tests with Waffle
yarn test

Notes

  • DeFiatToken.sol differs slightly from the mainnet deployment. Math.sol is imported for the max() function and ERC20.sol imports were updated. Overall, this should have no effect when being used to test. Always use a mainnet fork to verify network changes before deployment.

Contract Addresses

DeFiat Token - https://etherscan.io/token/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1

DeFiat Points - https://etherscan.io/token/

DeFiat Governance - https://etherscan.io/address/

2.1.0

3 years ago

2.0.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago