diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a08290e..999b97f 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -30,7 +30,7 @@ export const Footer : React.FC = () => {

Resources

Official Website
-
Documentation
+
Documentation
Playground
= ({setAndShowToast}) => {

Overview

-

This Prototype is a Cardano/Marlowe DApp allowing you to create ₳ Token Plans over Cardano. - ₳ Token Plans are created by a "Token Provider". The Provider will deposit a given ₳ amount with a time-based scheme +

This Prototype is a Cardano/Marlowe DApp allowing you to create ₳ Token Plans over Cardano. ₳ Token Plans are created by a "Token Provider". The Provider will deposit a given ₳ amount with a time-based scheme defining how to release these ₳ over time to a "Claimer". In the context of this prototype, we have combined these 2 - participants' views to simplify the use case demonstration (see menu above...).

+ participants' views to simplify the use case demonstration (see menu above).

-

The intent here is not to provide you services over Cardano, but to demonstrate Marlowe Technology Capabalities with a concrete - and fully open source use case. We vividly recommend you to look behind the scenes of this deployed instance : - (see )

+

The intent here is not to provide services to you over Cardano, but to demonstrate Marlowe technology capabilities with a concrete + and fully open-source use case. We highly recommend that you look behind the scenes of this deployed instance. See the following resources: +

This Token Plan Prototype is built using mainstream Web Technologies & Frameworks (Typescript & React) on top of the - Marlowe Web DApp Stack :

+ Marlowe Web DApp Stack:

Roadmap

-

The current version is a full end to end Marlowe Contract Example Integrated within a Wed Dapp. - It's is a first iteration and is limited at the moment to 3 periods per Vesting Contract.

-

E.g : If a Provider wants to create a Token Plan with an "Annualy" Frequency and an Amount of 30 ₳. - They will only be able to create 3 periods (3 years) of 10₳ with this 1st Iteration.

-

The 2nd iteration will allow you create an infinite number of periods... - The missing Marlowe feature to be provided at this DApp level is called Long Live Running Contract or Contract Merkelization. - The capabilities are already availaible in the Runtime but not fully yet available in the marlowe ts-sdk.

-

- Enjoy and Stay tuned for our next releases ! -

+

The current version is a full end-to-end Marlowe contract example integrated within a Web DApp. + It is a first iteration and is limited at the moment to three periods per Vesting Contract.

+

The current version is a full end-to-end Marlowe contract example integrated within a Web DApp. It + is a first iteration and is limited at the moment to three periods per Vesting Contract.

+

The second iteration will allow you to create an infinite number of periods. The missing Marlowe + feature to be provided at this DApp level is called Long Live Running Contract or Contract + Merkleization. The capabilities are already available in the Runtime but not yet available in the Marlowe TS-SDK.

+

Enjoy and stay tuned for our next releases!