Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DeFiCh/ain
DeFi Blockchain - enabling decentralized finance on Bitcoin
https://github.com/DeFiCh/ain
bitcoin blockchain cryptocurrency decentralization decentralized-finance defi defi-blockchain defichain dfi finance
Last synced: about 2 months ago
JSON representation
DeFi Blockchain - enabling decentralized finance on Bitcoin
- Host: GitHub
- URL: https://github.com/DeFiCh/ain
- Owner: DeFiCh
- License: mit
- Created: 2019-12-15T14:37:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:06:43.000Z (3 months ago)
- Last Synced: 2024-10-29T09:24:13.693Z (3 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, decentralization, decentralized-finance, defi, defi-blockchain, defichain, dfi, finance
- Language: C++
- Homepage: https://defichain.com
- Size: 173 MB
- Stars: 408
- Watchers: 35
- Forks: 122
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- best-of-crypto - GitHub - 17% open · ⏱️ 21.05.2024): (Smart Contract Platforms)
README
[![Lint](https://github.com/DeFiCh/ain/actions/workflows/lint.yaml/badge.svg)](https://github.com/DeFiCh/ain/actions/workflows/lint.yaml)
[![Tests](https://github.com/DeFiCh/ain/actions/workflows/tests-e2e.yaml/badge.svg)](https://github.com/DeFiCh/ain/actions/workflows/tests-e2e.yaml)
[![Build - Dev](https://github.com/DeFiCh/ain/actions/workflows/build-dev.yaml/badge.svg)](https://github.com/DeFiCh/ain/actions/workflows/build-dev.yaml)![DeFiChain Logo](doc/img/defichain-logo.svg)
## What is [DeFiChain](https://defichain.com)?
DeFiChain’s primary vision is to enable decentralized finance with Bitcoin-grade security, strength and immutability.
It's a blockchain dedicated to fast, intelligent and transparent financial services, accessible by everyone.For more information:
- Visit the [DeFiChain website](https://defichain.com)
- Read our [white-paper](https://defichain.com/white-paper/)Downloadable binaries are available from the [GitHub Releases](https://github.com/DeFiCh/ain/releases) page.
> **NOTE**: _master_ branch is a development branch and is not suitable for production. Please download [tagged releases](https://github.com/DeFiCh/ain/releases) or compile from the release tags.
### Bitcoin Core
DeFiChain is a fork on [Bitcoin Core](https://github.com/bitcoin/bitcoin) from
commit [7d6f63c](https://github.com/bitcoin/bitcoin/commit/7d6f63cc2c2b9c4f07a43619eef0b7314474fffd) – which is slightly
after v0.18.1 of Bitcoin Core.DeFiChain has done significant modifications from Bitcoin Core, for instance:
- Moving from Proof-of-Work to Proof-of-Stake
- Masternode model
- Community fund support
- Bitcoin blockchain block anchoring
- Increased decentralized financial transaction and opcode support, etc.
- Configuration defaults (mainnet ports: `8555/4`, testnet ports: `18555/4`, changi ports: `20554/4`, devnet ports: `21554/4`, regnet ports: `19555/4` etc)Merges from upstream (Bitcoin Core) will be done selectively if it applies to the improved functionality and security of
DeFiChain.## Quick Start
- [Running a node](./doc/setup-nodes.md)
- [Running a node with docker](./doc/setup-nodes-docker.md)
- [Running a masternode](./doc/setup-masternodes.md)
- [Building from scratch](./doc/build-quick.md)## License
DeFiChain is released under the terms of the MIT license. See [COPYING](COPYING) for more information or
see https://opensource.org/licenses/MIT.## Development Process
The `master` branch is regularly built and tested, but is not guaranteed to be completely
stable. [Tags](https://github.com/DeFiCh/ain/tags) are created regularly to indicate new official, stable release
versions of DeFiChain.The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).
## Questions?
Pull requests are warmly welcomed.
Reach us at [[email protected]](mailto:[email protected]) for any questions or collaborations.