Skip to content

Commit

Permalink
Update About.tsx (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-fajen committed Nov 2, 2023
1 parent b610b0f commit a05d9a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/vesting/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ const About: React.FC<AboutProps> = ({setAndShowToast}) => {
<h3>Roadmap</h3>
<p>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.</p>
<p>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.</p>
<p>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 <b>Long Live Running Contract</b> or <b>Contract
Merkleization</b>. The capabilities are already available in the Runtime but not yet available in the Marlowe TS-SDK.</p>
Expand All @@ -145,4 +143,4 @@ const About: React.FC<AboutProps> = ({setAndShowToast}) => {
);
};

export default About;
export default About;

0 comments on commit a05d9a8

Please sign in to comment.