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
- Host: GitHub
- URL: https://github.com/dfinance/dnode
- Owner: dfinance
- License: other
- Created: 2019-05-27T13:04:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T16:08:05.000Z (about 5 years ago)
- Last Synced: 2025-08-15T07:28:33.076Z (10 months ago)
- Topics: cryptocurrency, defi, ethereum, libra, move, peg-zone, vm
- Language: Go
- Homepage: https://docs.dfinance.co/
- Size: 3.78 MB
- Stars: 29
- Watchers: 10
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.