0Pricing
Web3 & DApp Development Fundamentals · レッスン

公開鍵・秘密鍵とウォレット

公開鍵と秘密鍵の関係、それらが資産を保護する仕組み、さまざまな種類の暗号資産ウォレットについて学びます。

「公開鍵・秘密鍵とウォレット」はCoddyKit上の無料Web3 & DApp Development Fundamentalsレッスンです。 これはレッスン2/3です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはWeb3 & DApp Development Fundamentals学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Web3 & DApp Development Fundamentalsコースには全3レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

Welcome to Keys & Wallets

In this lesson, we'll unlock the secrets behind securing your digital assets!

You'll learn about private keys and public keys, and how they work together to give you control over your cryptocurrency.

We'll also explore the different types of cryptocurrency wallets and how they help manage your keys.

Understanding Your Private Key

Imagine a private key as a super-secret, unique number. It's often a long string of letters and numbers.

This key is your ultimate proof of ownership and control over your digital assets on the blockchain.

  • It's like the master key to your personal vault.
  • Only you should know it.

Private Key Security is Paramount

Never, ever share your private key with anyone. If someone gets your private key, they gain full control over your funds.

Losing your private key means losing access to your cryptocurrency forever. There's no 'forgot password' button on the blockchain.

Wallets don't 'store' your crypto; they securely manage your private keys.

Introducing Your Public Key

A public key is mathematically derived from your private key. Think of it as the 'lock' that corresponds to your 'master key'.

Unlike your private key, your public key is designed to be shared. It's public information.

It's like your bank account number: people need it to send you money, but they can't take money out with it.

From Public Key to Address

Often, your public key is put through a one-way mathematical function (a hash function) to generate a shorter, more user-friendly blockchain address.

This address is what you typically share with others when you want to receive cryptocurrency.

  • It's a unique identifier for your 'account' on the blockchain.
  • Anyone can send funds to this address.

The Key Pair in Action

Private and public keys work as a pair for digital signatures. When you want to send crypto:

  • Your private key digitally 'signs' the transaction, proving you own the funds.
  • The network uses your public key to verify this signature without ever seeing your private key.

This ensures transactions are legitimate and immutable.

What Exactly is a Wallet?

A cryptocurrency wallet is a software application or a physical device that manages your private and public keys.

It's your interface to the blockchain, allowing you to:

  • Send and receive cryptocurrency.
  • Check your balance.
  • Interact with decentralized applications (DApps).

Remember, your crypto isn't 'in' the wallet; it's on the blockchain, and your wallet holds the keys to access it.

Hot Wallets: Connected & Convenient

Hot wallets are connected to the internet. They are typically software-based, such as:

  • Mobile apps (e.g., Trust Wallet)
  • Desktop applications
  • Browser extensions (e.g., MetaMask)

They offer great convenience for frequent transactions and DApp interaction, but come with a higher risk of being hacked due to their online nature.

Cold Wallets: Offline & Secure

Cold wallets are stored offline, meaning they are not connected to the internet. This makes them highly secure against online threats.

Examples include:

  • Hardware wallets: Physical devices (like a USB drive) that store your private keys offline.
  • Paper wallets: Your private and public keys printed on a piece of paper.

Cold wallets are ideal for storing large amounts of cryptocurrency long-term ('hodling').

Choosing the Right Wallet

The best wallet for you depends on your needs:

  • For small amounts & daily use: A hot wallet offers convenience.
  • For large amounts & long-term storage: A cold wallet provides maximum security.
  • For DApp interaction: A browser extension hot wallet (like MetaMask) is often essential.

Many users use a combination of both for different purposes.

Key Concept Check

Let's test your understanding of private/public keys and wallets.

Recap: Keys & Wallets

Great job! You've learned the fundamentals of securing your digital assets.

  • Private keys are secret and grant ownership.
  • Public keys are derived from private keys and are shareable for receiving funds.
  • Blockchain addresses are shortened forms of public keys.
  • Wallets manage your keys, acting as your interface to the blockchain.
  • Hot wallets are convenient but less secure; cold wallets are secure but less convenient.

Understanding these concepts is crucial for safe interaction with Web3!

よくある質問

「公開鍵・秘密鍵とウォレット」レッスンは無料ですか?

はい。「公開鍵・秘密鍵とウォレット」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Web3 & DApp Development Fundamentalsコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Web3 & DApp Development Fundamentalsコースには全3レッスンが含まれています。

「公開鍵・秘密鍵とウォレット」で何を学びますか?

公開鍵と秘密鍵の関係、それらが資産を保護する仕組み、さまざまな種類の暗号資産ウォレットについて学びます。 ブラウザで直接実行するハンズオンコードでWeb3 & DApp Development Fundamentalsを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

Web3 & DApp Development Fundamentalsを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのWeb3 & DApp Development Fundamentalsは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン2/3です。

「公開鍵・秘密鍵とウォレット」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このWeb3 & DApp Development Fundamentalsレッスンでコードを書いて実行できますか?

はい。すべてのWeb3 & DApp Development Fundamentalsレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. ブロックチェーンの暗号技術
  2. 公開鍵・秘密鍵とウォレット
  3. MetaMask入門
← Web3 & DApp Development Fundamentalsに戻る