Skip to content

deusfinance/deus-core

 
 

Repository files navigation

DEUS core smart contracts license: LGPL3.0 npm version

DEUS Finance Evolution is a marketplace of decentralized financial services. We provide the infrastructure for others to build financial instruments, such as synthetic stock trading platforms, options and futures trading, and more.

Pre Requisites

You will need the following software on your machine:

In addition, familiarity with Solidity and Hardhat is requisite.

Set Up

Install the dependencies:

$ npm install

Create a .env file and follow the sample.env file to add the requisite environment variables, then run the:

$ npx hardhat compile

Now you can start making changes.

Contributing

Feel free to dive in! Open an issue, start a discussion or submit a PR. For any concerns or feedback, join us on Discord.

Security

For security concerns, please email admin@deus.finance.

Licensing

The primary license is the LGPL v3 © Mainframe Group Inc.

Exceptions

  • contracts/Staking is licensed under MIT (as indicated in its SPDX header), see MIT

Packages

No packages published

Languages

  • Solidity 71.8%
  • JavaScript 23.9%
  • Vyper 4.2%
  • Shell 0.1%