Hemi
DiscordGithub
  • 🏠Main
    • Welcome to the Hemi Docs
    • Getting Started
      • Developer Quickstart
      • Enthusiast Quickstart
      • Miner Quickstart
    • Network Details
  • ⛰️Foundational Topics
    • The Architecture
      • Consensus and Security Protocols
      • Ethereum Rollups
        • Pros & Cons
        • Decentralized Rollups
      • Sequencer Consensus
        • Proof-of-Stake (PoS)
        • PoS-Only Pitfalls
        • PoS Solutions
      • Proof-of-Proof (PoP)
        • Proof-of-Proof Consensus & Bitcoin Finality
        • Proof-of-Proof vs. Merged Mining
        • Running a PoP Mining
      • Tunnels
        • Ethereum Tunnel
        • Bitcoin Tunnel
      • Ethereum Virtual Machine (EVM)
      • Blocks
      • Transactions
      • Gas
    • Nodes & Clients
      • Node Guides
    • Wallet Support
  • 📖How-To Tutorials
    • Using Hemi
      • Wallet Setup
        • EVM Wallet Setup
        • BTC Wallet Setup
          • Switch Bitcoin Networks
      • Tunnel from Ethereum
        • Tunnel ERC20s via Native Tunnel
        • Tunnel ERC20s via 3rd Party
          • Tunnel via Stargate
      • Tunnel from Bitcoin
        • Tunnel BTC via Native Tunnel
        • Tunnel BTC via 3rd Party
      • Stake
      • Developer Tooling
        • Set Up a Safe Wallet
        • Create a Capsule
      • PoP Mining
        • CLI PoP Miner
          • (Testnet) Add tHEMI to MetaMask
          • (Mainnet) Add PoPPoints to Metamask
        • Web PoP Miner (deprecated)
    • Developing on Hemi
      • General
        • HelloWorld.sol
        • Deploy an ERC-20 Token
      • hVM & hBK
        • Using the hBK Demo App
        • Get Bitcoin Balance with Remix
  • ⚙️Building Bitcoin Apps
    • Introduction
    • Hemi Virtual Machine (hVM)
      • Motivation
      • Feature Summary
      • Deploy on hVM
    • Hemi Bitcoin Kit (hBK)
      • Overview
      • hBK Smart Contract
  • ⚙️Tooling
    • viem
    • Contract Addresses
    • Contract Verification
    • Data Indexing
    • Oracles
  • 📝Incentives
    • Points
    • Grants
    • Retroactive Funding
    • One-Off Spends
  • ⚡Additional Resources
    • Partners
    • FAQ
    • Official Links
    • Brand Kit
  • 📨Send Feedback
    • Bug Report
    • Contact Us
Powered by GitBook
On this page
  • 🏁 Prerequisites
  • 📚 Tutorial
  • Video
  • 1. Visit the Hemi Safe website
  • 2. Connect your wallet
  • 3. Name your Safe
  • 4. Add signers and assign a threshold
  • 5. Review and verify your Safe account
  • 6. Confirm the transaction in your wallet
  • 7. You have successfully created a Safe Wallet! 🎉

Was this helpful?

Edit on GitHub
Export as PDF
  1. How-To Tutorials
  2. Using Hemi
  3. Developer Tooling

Set Up a Safe Wallet

PreviousDeveloper ToolingNextCreate a Capsule

Last updated 6 months ago

Was this helpful?

📜 TL;DR:

  • Safe is a smart contract wallet that requires a minimum number of people to approve a transaction before it can occur (M-of-N).

  • Earn and track Hemi for completing this tutorial!


🏁 Prerequisites


📚 Tutorial

Video


2. Connect your wallet

To get started, connect your wallet to the Safe site. For this tutorial, we will be using MetaMask.


3. Name your Safe

After connecting your wallet, you will be prompted to name your Safe account.

Doublecheck the wallet and network provided in the right-hand screen. Confirm that the wallet connected is the wallet you would like to use to create your Safe wallet, and that the network is set to Hemi Sepolia.

When you are ready to proceed, click 'Next'.


4. Add signers and assign a threshold

A Safe Wallet can be set up as a multi-sig wallet, whitelisting addresses who may sign transactions on behalf of the wallet. You may assign a name to each address you intend to add to the wallet.

After adding additional signers, you may specify how many signers are required to sign any given transaction. This variable is referred to as the Threshold.

After finalizing the verified signers and threshold requirements, click 'Next' to proceed.


5. Review and verify your Safe account

Review and verify the network, name, signers, threshold, and estimated network fee to create your Safe account.

After confirming all given information, click 'Create' to proceed.


6. Confirm the transaction in your wallet

Confirm the recent transaction via your MetaMask wallet.


7. You have successfully created a Safe Wallet! 🎉

Your Safe Wallet is ready for use! You may add funds to your wallet and explore sending and receiving assets.

1. Visit the Hemi Safe

📖
website
points
MetaMask Wallet Setup