Veda Protocol
  • Overview
    • Introduction
  • How to use Veda
    • Deploy a Contract
    • Contract Execution
  • Core
    • Instruction
    • Address
      • Wallet Address
      • Contract Address
  • BVM Guides
    • Quick Start
  • BVM Concepts
    • Changes Relative to EVM
    • Changes in Solidity
    • Readonly API Service
  • ERDE - The second part of Veda
    • What is Erde?
    • What will Erde bring?
    • Technical architecture
  • Roadmap
  • Resources
    • Glossary or Definitions
    • Veda-SDK
Powered by GitBook
On this page
  1. Core

Address

PreviousInstructionNextWallet Address

Last updated 1 year ago

In Veda, there are two types of addresses: wallet addresses and contract addresses. These two addresses are represented in veda-core and ordinals content as btc wallet addresses (e.g., bc1...) and ordinals id (e.g., 4bcb...9fd4i0). Although both types of addresses are represented as 20bytes hex strings in veda-bvm, their generation methods are different. You can learn about their specific generation methods in the and chapters.

wallet address
contract address