Asset tokenization using Chainlink Functions on Avalanche.
- git
- You'll know you did it right if you can run
git --versionand you see a response likegit version x.x.x
- You'll know you did it right if you can run
- foundry
- You'll know you did it right if you can run
forge --versionand you see a response likeforge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)
- You'll know you did it right if you can run
- node
- You'll know you did it right if you can run
node --versionand you see a response likev16.13.0
- You'll know you did it right if you can run
- npm
- You'll know you did it right if you can run
npm --versionand you see a response like8.1.0
- You'll know you did it right if you can run
- deno
- You'll know you did it right if you can run
deno --versionand you see a response likedeno 1.40.5 (release, x86_64-apple-darwin) v8 12.1.285.27 typescript 5.3.3
- You'll know you did it right if you can run
Clone the repo, navigate to the directory, and install dependencies with make
git clone https://github.com/BunsDev/rwa-tokenization
cd rwa-tokenization/contracts
make