Skip to content

Commit

Permalink
A-1207169824968514: update intro text (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
anyxem authored Apr 25, 2024
1 parent 9ea1f7d commit 3f59796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ import { page1, page2, page3, page4 } from '../theme/Images';
export const introductionContent = [
{
title: 'A Bitcoin Sidechain',
subtitle: 'Mintlayer is a Bitcoin sidechain dedicated to tokenization of assets, such as stock tokens or stablecoins. Your Mintlayer wallet is a Bitcoin wallet with extended functionalitites, and you will be able to use it to trustlessly swap BTC for any token issued on Mintlayer, even through Lightning Network',
subtitle: 'Mintlayer enables Bitcoin for use in DeFi applications by using Atomic Swaps to eliminate the need for wrapped tokens. Our sidechain unlocks Bitcoin to Decentralized Finance, Real World Asset Tokenization, Smart Contracts, Atomic Swaps, NFTs, and more. We give devs the tools to build on Bitcoin and holder’s the ability to achieve more with their BTC',
image: page1,
index: 0,
},
{
title: 'Your Mintlayer Wallet',
subtitle: 'You can create a new Bitcoin wallet or import an existing one. Your Mintlayer wallet will be automatically derived from your Bitcoin mnemonics (provided it is a BIP39 seed). Inside your wallet, you will find multiple ledgers corresponding to different coins in the Mintlayer ecosystem.',
subtitle: 'You can create a new Bitcoin wallet or import an existing one. Your Mintlayer wallet will automatically be derived from your Bitcoin mnemonics, provided it is a BIP39 seed. Inside your wallet, you will find multiple ledgers corresponding to various coins or tokens within the Mintlayer ecosystem',
image: page2,
index: 1,
},
{
title: 'The Token Ecosystem',
subtitle: 'BTC and ML are the native assets of your wallet. The last stands for "Mint Layer Token", which is the governance token of the sidechain. In addition, there are the MLS ("Mint Layer Standard") tokens. You will be able to add as many MLS tokens as you wish in your wallet, specifying their contract address (like it happens for the ERC20 tokens in wallets like Metamask).',
subtitle: 'BTC and ML are the native assets of your wallet, with ML representing "Mintlayer Coin," the governance coin of the sidechain. Additionally, there are MLS ("Mintlayer Standard") tokens. You can add as many MLS tokens as you wish to your wallet by specifying their token address, similar to how ERC20 tokens are added in wallets like MetaMask',
image: page3,
index: 2,
},
{
title: "It's Just The Beginning",
subtitle: 'In this first version of the wallet, only BTC functionalities are available. Once Mintlayer mainnet is live also ML will be supported. Then all features will be released progressively, from MLS tokens to DEXs and Lightning Network. We are glad that you joined so early the Mintlayer revolution. Mintlayer will outlast every single one of us, but you are here now, making history!',
subtitle: "With this update, we're excited to roll out support for our Mainet native ML coin. It's fantastic to have you with us from the early stages of the Mintlayer revolution. Mintlayer is designed to stand the test of time, and you are an integral part of this pioneering journey",
image: page4,
index: 3,
},
Expand Down

0 comments on commit 3f59796

Please sign in to comment.