// Copyright (c) Mysten Labs, Inc. // Modifications Copyright (c) 2024 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 import { Heading } from '../../ui/Heading.js'; import { InfoSection } from '../InfoSection.js'; import * as styles from './WhatIsAWallet.css.js'; export function WhatIsAWallet() { return (
What is a Wallet
No need to create new accounts and passwords for every website. Just connect your wallet and get going. Send, receive, store, and display your digital assets like NFTs & coins.
); }