diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 42beef7..a08290e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -29,10 +29,12 @@ export const Footer : React.FC = () => {

Resources

- Input Output Global
-
Cardano.org
-
Essential Cardano
-
IOG Academy
+ Official Website +
Documentation
+
Playground
+
+ Blog

Support

IOG tech support

Legal

diff --git a/src/components/vesting/About.tsx b/src/components/vesting/About.tsx index 80ab6a7..852d2e1 100644 --- a/src/components/vesting/About.tsx +++ b/src/components/vesting/About.tsx @@ -96,8 +96,52 @@ const About: React.FC = ({setAndShowToast}) => { |
-
- This prototype +
+

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

+ +

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 )

+ +

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

+
    +
  • + Marlowe TypeScript SDK (TS-SDK) + + : a suite of TypeScript/JavaScript libraries for developing Web-Dapp in the Cardano Blockchain using Marlowe Technologies. +
  • +
  • + Marlowe Runtime + : Application backend for managing Marlowe contracts on the Cardano blockchain. It provides easy-to-use, higher-level APIs and complete backend services that enable developers to build and deploy enterprise and Web3 DApp solutions using Marlowe, but without having to assemble the “plumbing” that manually orchestrates a backend workflow for a Marlowe-based application.
  • +
+

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 ! +

+