An open API service indexing awesome lists of open source software.

https://github.com/dfinance/dnode

dfinance is a DeFi blockchain with financial contracts support
https://github.com/dfinance/dnode

cryptocurrency defi ethereum libra move peg-zone vm

Last synced: 4 months ago
JSON representation

dfinance is a DeFi blockchain with financial contracts support

Awesome Lists containing this project

README

          

# Dfinance Blockchain / Relay Part

Dfinance Blockchain (DN) is based on [Cosmos SDK](https://github.com/cosmos/cosmos-sdk).

This is work in progress, yet it supports the following features:

* **PegZone** - peg zone with Ethereum blockchain.
* **Oracles** - price feeds.
* **Smart Contracts** - Move VM integration.
* **Staking** - Cosmos SDK based staking.

Motivation is allowing to implement DeFi products without headache.

Current repository contains source code of:

* **dnode** - dfinance block node.
* **dncli** - command-line interface to iterate with **dnode**.

## Related Repositories

* [DVM](https://github.com/dfinance/dvm) - Move VM and compiler.
* [PegZone](https://github.com/dfinance/eth-peg-zone) - PegZone smart contracts.
* [OracleApp](https://github.com/dfinance/oracle-app) - oracle node, that fetch price feed from exchanges.

# Docs

* [Usage docs](https://docs.dfinance.co) - read how use **dnode** and **dncli**, connect to testnet, etc.
* [Dev docs](/docs) - read how to up local testnet to contribute to current repository.

# Contributors

This project has the [following contributors](https://github.com/dfinance/dnode/graphs/contributors).

To help project you always can open [issue](https://github.com/dfinance/dnode/pulls) or fork, do changes in your own fork and open [pull request](https://github.com/dfinance/dnode/pulls).

Also, look at [developers documentation](/docs), to up own testnet.

# License

Copyright © 2020 Wings Stiftung

See [LICENSE](/LICENSE) file.