Marta Brewer
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # What's In A Web3 Wallet? (Ethereum Edition) Maybe it was a Super Bowl ad. Maybe it was hearing a colleague talking about Ethereum. Maybe it's just wanting to know what all this *web3 stuff* is about. Regardless: in order to fully immerse yourself in blockchain tech, having a digital wallet is pretty important. This post will explore the basics of a wallet which would allow you to access your ETH stored on the Ethereum blockchain. Having an Ethereum wallet is not only about the cryptocurrencies: it's also a gateway to using decentralized apps, or [dapps](https://ethereum.org/en/dapps/#explore). ![](https://i.imgur.com/bHGYSzq.jpg) ## It's called a wallet, but... In the traditional sense a wallet is where you keep your money. But when you are dealing with cryptocurrencies, you would be storing it on the blockchain. But you need a way to access it. Just like a credit card let's you access the money in your bank account, right? Not quite. You see, when you make an online purchase - say ordering a pizza - you make an online transaction through the bank to the pizza shop, saying "Hey, bank, I owe *CoolPizza Shop* $20, please send it to them from my account." Here, your bank manages your money with an account. Your account is your identity within the bank: it provides information about your identity, how much money you have stored in your account, how many people you've made transactions to etc. Now, this bank account is created, managed, and secured by **the bank**. This means that essentially banks act as a middle man between you and all the transactions you make. And also they ask you to have a minimum balance and charge you a service fee once in a while. With blockchain technology, we're removing the middle man. When you create a digital web3 wallet, you are essentailly creating a way for yourself to interact with the blockchain: a distributed ledger which shows you how much cryptocurency each person in the ledger owns/sent/recieved. ## So what is a web3 wallet like? A web3 wallet is essentially a set of keys which give you access to the blockchain. So let's get into what these keys look like and how they are generated (spoiler: they're not made of metal). When we set up a wallet, for us it's just a bit of keyboard clicking. But in the background, this is when the beauty of cryptography springs into action. The concept behind generating a set of keys is called public-key cryptography, and you can learn more about this [here](https://hackernoon.com/public-key-cryptography-simply-explained-e932e3093046). Essentially, it allows for generating a set of keys using secure mathematical functions. This is how we get two keys: a Private Key and a Public Key. The first one is only for you and the other, as you may suspect, is one you share with others. They are strings of numbers and letters, and your private key acts as a password for your cryptocurrency stored on the blockchain. So, remember, folks: keep your private key and the passphrase derived from it safe! No website with good intentions will ever ask you for your passphrase. ## What's my wallet address? The wallet you set up will have an address. When you want someone to send you some crypto, they need to know where to direct it to. This address is derived from your public key and the passphrase from your private key. Again, it's a string of letters and numbers. An Ethereum wallet address may look like this: `0x9966607D1a55bcC2543C58ba16FB37d819B0A4dc` All you need to know is your wallet address is 40 characters long excluding the '0x' which starts off every Ethereum address. **What does signing mean?** Signing a transaction is similar to you signing a cheque or typing in your PIN while removing the money from an ATM. Its purpose is to authorize the transaction and prove that the transaction was made by an authorized user. ## Can I see my transactions? Remember us talking about how the blockchain allows for full transparency of what transcations were made on the blockchain? Using a website like [Etherscan](etherscan.io) you can look up any Ethereum transaction and find out quite a few interesting stats. The most common way of looking up a transaction with Etherscan is through the transaction ID or TxHash. This is a handy list of some things you might find useful when searching for transaction information: ![](https://i.imgur.com/WoNC0IW.png) ___ So what do you do now, if you're still interested? There are many different options for setting up Ethereum wallets. [This guide](https://ethereum.org/en/wallets/find-wallet/) from Ethereum goes through 40 different options, depending on what you're looking for. And remember: stay safe out there! ### More follow up reads * [What Is Etherscan and How to Use It? ](https://academy.binance.com/en/articles/what-is-etherscan-and-how-to-use-it) * [The Journey from Mnemonic Phrase to Address](https://medium.com/mycrypto/the-journey-from-mnemonic-phrase-to-address-6c5e86e11e14)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully