open-web3-stack / open-runtime-module-library

Substrate Open Runtime Module Library
Apache License 2.0
456 stars 296 forks source link

Would an escrow system fit in this repository? #665

Open olanod opened 2 years ago

olanod commented 2 years ago

In Virto Network we base our multi currency system on orml traits and tokens pallet, on top of which we built our payments-pallet, which provides an escrow like system that allows merchants receive payments that won't be fully available until the customer decides some off-chain condition was met and proceeds to release the frozen funds.

For Virto this is a crucial piece of functionality in our mission to provide easy to use APIs for decentralized commerce applications, specially our initial star use case of decentralized on&off ramps for the ecosystem. That being said the payments pallet remains a very generic and useful primitive that I'm sure others could benefit from and we would be glad to contribute back to the ecosystem with the added benefit that more eyes can translate in higher quality code.

xlc commented 2 years ago

We are always welcome to any generalized reusable high quality pallets.

You can create some basic design and share it to the parachain teams to see if there is indeed an interest of such pallet.