Skip to content

dmrazzy/xdao-contracts

 
 

Repository files navigation

XDAO

This repository contains smart contracts for the XDAO.

Development

Install dependencies

yarn

Compile

yarn compile

Test

yarn test

Coverage

yarn coverage

Licensing

The primary license for XDAO is the Business Source License 1.1 (BUSL-1.1), see LICENSE.

Exceptions

  • All files in contracts/core/ are licensed under GPL-2.0-or-later (as indicated in their SPDX headers)
  • All files in contracts/interfaces/, contracts/mocks/ and contracts/viewers/ are licensed under MIT (as indicated in their SPDX headers)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.8%
  • Solidity 37.0%
  • JavaScript 0.2%