lucyxliu / xdao-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:Other


Languages

Language:TypeScript 62.8%Language:Solidity 36.8%Language:JavaScript 0.4%Language:Shell 0.0%