// Copyright (c) Mysten Labs, Inc. // Modifications Copyright (c) 2024 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 import { Button } from '../../ui/Button.js'; import { Heading } from '../../ui/Heading.js'; import { InfoSection } from '../InfoSection.js'; import * as styles from './GettingStarted.css.js'; export function GettingStarted() { return (
Get Started with IOTA
We recommend pinning IOTA Wallet to your taskbar for quicker access. Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone. Once you set up your wallet, refresh this window browser to load up the extension.
); }