SDC Solidity implementation

Description

The reference SDC implementation can be unit tested with Hardhat to understand the trade process logic.

Compile and run tests with Hardhat

We provide the essential steps to compile the contracts and run the provided unit tests.

Provided Contracts and Tests

Interfaces

Implementations

Tests

Compile and run tests with Hardhat

Install dependencies:

npm i

Compile:

npx hardhat compile

Run all tests:

npx hardhat test

Configuration files

Used javascript-based testing libraries for solidity

Version history / release notes

0.8.0