@gridexprotocol/core
v1.0.3
Published
Core smart contracts of Gridex Protocol
Downloads
4
Maintainers
Readme
Core
This repository contains the core smart contracts for the Gridex Protocol.
The Gridex Protocol is a permissionless and non-custodial trading protocol consisting of a set of persistent, non-upgradable smart contracts on the Ethereum blockchain.
License
Gridex Protocol is licensed under the BUSL-1.1.
However, some files are licensed under the GPL-2.0-or-later
license:
- All files in the contracts/interfaces may be used under the terms of
the
GPL-2.0-or-later
license, see LICENSE for more details. - All files in the contracts/libraries may be used under the terms of
the
GPL-2.0-or-later
license, see LICENSE for more details. - All files in the contracts/interfaces/callback may be used under
the terms of the
GPL-2.0-or-later
license, see LICENSE for more details.
Other Exceptions
- All files in the contracts/test directory are remain unlicensed(as indicated in their SPDX headers).
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.