https://github.com/parallel-finance/parallel
A decentralized lending & staking protocol built on top of the Polkadot ecosystem.
https://github.com/parallel-finance/parallel
cumulus kusama lending parachain polkadot staking substrate
Last synced: about 1 month ago
JSON representation
A decentralized lending & staking protocol built on top of the Polkadot ecosystem.
- Host: GitHub
- URL: https://github.com/parallel-finance/parallel
- Owner: parallel-finance
- License: gpl-3.0
- Created: 2021-02-25T15:10:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T07:42:08.000Z (10 months ago)
- Last Synced: 2024-08-09T09:24:29.152Z (10 months ago)
- Topics: cumulus, kusama, lending, parachain, polkadot, staking, substrate
- Language: Rust
- Homepage: https://parallel.fi
- Size: 12.6 MB
- Stars: 120
- Watchers: 14
- Forks: 35
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Support: support/Cargo.toml
Awesome Lists containing this project
README

[](https://github.com/parallel-finance/parallel/commits/master)
[](https://github.com/parallel-finance/parallel/tags)
[](https://substrate.io/)
[](https://github.com/parallel-finance/parallel/actions)
[](https://codecov.io/gh/parallel-finance/parallel)
[](https://hub.docker.com/r/parallelfinance/parallel)
[](https://github.com/parallel-finance/parallel/blob/master/LICENSE)[](https://twitter.com/ParallelFi)
[](https://t.me/parallelfi_community)
[](https://parallelfinance.medium.com)
[](https://discourse.parallel.fi)
[![Discord chat][discord-badge]][discord-url]A decentralized lending & staking protocol built on top of the Polkadot ecosystem
[discord-badge]: https://img.shields.io/discord/830972820846018600.svg?logo=discord&style=flat-square
[discord-url]: https://discord.com/invite/buKKx4dySW[Website](https://parallel.fi) |
[White Paper](https://docs.parallel.fi/white-paper) |
[API Docs](https://api-docs.parallel.fi/rustdocs) |
[Chat](https://discord.com/invite/buKKx4dySW)## Learn More
Refer to the upstream
[Substrate Developer Hub Node Template](https://github.com/substrate-developer-hub/substrate-node-template)
to learn more about the structure of this project, the capabilities it encapsulates and the way in
which those capabilities are implemented. You can learn more about
[The Path of Parachain Block](https://polkadot.network/the-path-of-a-parachain-block/) on the
official Polkadot Blog.Click the following guides for more details:
- [DEVELOPER GUIDE](https://github.com/parallel-finance/parallel/blob/master/docs/DEVELOPER-GUIDE.md)
- [LAUNCH GUIDE](https://github.com/parallel-finance/parallel/blob/master/docs/LAUNCH.md)
- [COLLATOR GUIDE](https://github.com/parallel-finance/parallel/blob/master/docs/COLLATOR.md)
- [EVM GUIDE](https://github.com/parallel-finance/parallel/blob/master/docs/EVM.md)## Open Source Credits
We would like to thank the following projects.
- [Compound](https://compound.finance)
- [ORML](https://github.com/open-web3-stack/open-runtime-module-library)
- [Uniswap](https://uniswap.org)