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

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.

Awesome Lists containing this project

README

        

![ghimage](https://user-images.githubusercontent.com/4702705/127602037-7ba2faf1-8459-493b-b1d6-2dc062aa6249.png)

[![GitHub last commit](https://img.shields.io/github/last-commit/parallel-finance/parallel)](https://github.com/parallel-finance/parallel/commits/master)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/parallel-finance/parallel)](https://github.com/parallel-finance/parallel/tags)
[![Substrate version](https://img.shields.io/badge/Substrate-3.0.0-brightgreen?logo=Parity%20Substrate)](https://substrate.io/)
[![CI](https://github.com/parallel-finance/parallel/workflows/CI/badge.svg)](https://github.com/parallel-finance/parallel/actions)
[![Codecov](https://codecov.io/gh/parallel-finance/parallel/branch/master/graph/badge.svg)](https://codecov.io/gh/parallel-finance/parallel)
[![Docker](https://img.shields.io/docker/pulls/parallelfinance/parallel?logo=docker)](https://hub.docker.com/r/parallelfinance/parallel)
[![License](https://img.shields.io/github/license/parallel-finance/parallel?color=green)](https://github.com/parallel-finance/parallel/blob/master/LICENSE)

[![Twitter URL](https://img.shields.io/twitter/follow/ParallelFi?style=social)](https://twitter.com/ParallelFi)
[![Telegram](https://img.shields.io/badge/Telegram-gray?logo=telegram)](https://t.me/parallelfi_community)
[![Medium](https://img.shields.io/badge/Medium-gray?logo=medium)](https://parallelfinance.medium.com)
[![Discourse](https://img.shields.io/badge/Forum-gray?logo=discourse)](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)