Skip to content

ERC-721 collection for Real Estate tokenization. Support for Sepolia and Neon Devnet.

Notifications You must be signed in to change notification settings

javierdeveloping/foundry-real-estate-tokenization

Repository files navigation

Real Estate NFT for real estate tokenization

⚠️ Disclaimer ⚠️

‼️ Author CAN NOT GUARANTEE the safety of the repository, referring to links to external webpages from files in this repository, the repository files themselves and all the primary and subsequent installed packages using installation commands.

‼️ The author of this repository IS NOT RESPONSIBLE for the use of the repository and the security issues working with it could produce.

Description

Due to the rise of RWA in current blockchain ecosystem, this collection tries to reprensent different real estate assets, where the owner of a token should be the real owner of the asset outside the digital realm.

Environment

  1. First of all, install all dependencies executing:

    forge install
    
  2. Make a copy of .env.template and rename it to .env

  3. Set up the required environment variables

Compile

  1. Compile all the contracts:

    forge build
    

Test

  1. Run all the tests:

    forge test
    
  2. Run a specific test:

     forge test --mt testRevertWhenCallingInitializeAgain
    

Work in progress...

About

ERC-721 collection for Real Estate tokenization. Support for Sepolia and Neon Devnet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published