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.
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.