This repository contains smart contracts for the XDAO.
Install dependencies
yarn
Compile
yarn compile
Test
yarn test
Coverage
yarn coverage
The primary license for XDAO is the Business Source License 1.1 (BUSL-1.1
), see LICENSE
.
- All files in
contracts/core/
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers) - All files in
contracts/interfaces/
,contracts/mocks/
andcontracts/viewers/
are licensed underMIT
(as indicated in their SPDX headers)