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.
-
First of all, install all dependencies executing:
forge install
-
Make a copy of .env.template and rename it to .env
-
Set up the required environment variables
-
Compile all the contracts:
forge build
-
Run all the tests:
forge test
-
Run a specific test:
forge test --mt testRevertWhenCallingInitializeAgain