Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying an EVM Contract on a Polkadot EVM Parachain (Use case A RealEstate dApp)

Overview

Welcome to this beginner-friendly tutorial! You’ll learn how to deploy a simple RealEstate smart contract on a Polkadot EVM-compatible parachain (like Moonbase Alpha, a testnet for Moonbeam). We’ll use tools you might already know from Ethereum—like MetaMask and Hardhat—to make it feel familiar. By the end, you’ll have a working decentralized app (dApp) and understand how Polkadot’s ecosystem can power Ethereum-style contracts.

Prerequisites

  • Node.js (v16 or later)
  • Yarn (v1 or later)
  • npm (latest vision)
  • Setup your Metamask wallet and add moonbaseAlpha testnet

Installation

  1. Clone the repository:

    git clone https://github.com/DevRelMalima/RealEstate-dApp
  2. Navigate to the project directory:

    cd RealEstate-dApp
  3. Install dependencies:

    npm install
    # or
    yarn

    Contributing

Explain how others can contribute to your project. Include information about pull requests, issue reporting, coding standards, etc.

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature-name
  5. Open a pull request.

License

This project is licensed under MIT - see the LICENSE.MIT file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages