Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/content/resource.blog.miden-x-para.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Both Miden and Para are built around user control and security. Para’s [distri

**3\. Unlocks New Categories of Private Applications**

With simple onboarding and engrained privacy, developers can now build products that were previously difficult to deploy, including fintech and institutional apps that require privacy, identity, and auditability andreal-world asset and payments platforms that blend user ownership with regulatory alignment.
With simple onboarding and engrained privacy, developers can now build products that were previously difficult to deploy, including fintech and institutional apps that require privacy, identity, and auditability and real-world asset and payments platforms that blend user ownership with regulatory alignment.

This integration makes Miden a foundation for both Web3-native projects and the next generation of fintech experiences.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the most important change in Miden. Users can execute smart contracts lo

Not only does this reduce the computational burden on the operators, but it also makes such transactions inherently parallelizable. Even more exciting is that it lifts the limits on what can go into a smart contract. For example, anything that a user can execute and prove locally – no matter how complex – can be processed by the network with minimal costs. On Miden, it will be cheap to run even complex computations.

Another important change in Miden is ensuring that most transactions do not need to touch the public state. We achieve this by making all interactions between smart contracts asynchronous. With Miden, token transfers, NFT swaps, and many others do not need to touch the public state. For actions that change the public state,Miden does allow regular network execution of transactions (same as most other blockchains). Still, because of the asynchronous execution model, interactions between locally executed transactions and network transactions are done seamlessly.
Another important change in Miden is ensuring that most transactions do not need to touch the public state. We achieve this by making all interactions between smart contracts asynchronous. With Miden, token transfers, NFT swaps, and many others do not need to touch the public state. For actions that change the public state, Miden does allow regular network execution of transactions (same as most other blockchains). Still, because of the asynchronous execution model, interactions between locally executed transactions and network transactions are done seamlessly.

## Safety

Expand Down
2 changes: 1 addition & 1 deletion app/pages/about-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function PageAboutUs() {

<div className="border-t !border-gray-300/60 py-4 md:py-8 text-black [&_p]:text-sm [&_h3]:text-xl [&_h2]:text-2xl [&_h1]:text-28">
<h3 className="mb-4">Media kit</h3>
<p className="mb-4">A quick places for you to find brand and media assets.</p>
<p className="mb-4">A quick place for you to find brand and media assets.</p>

<div className="mt-6">
<Link to="https://drive.google.com/drive/folders/1jRxP0LtQHwO389h5vfysigNTSkuuGBKa?usp=drive_link" target="_blank" className="text-primary/90 hover:text-primary underline text-sm font-medium">Click here</Link>
Expand Down