https://github.com/bunsdev/rwa-tokenization
Asset tokenization using Chainlink Functions on Avalanche.
https://github.com/bunsdev/rwa-tokenization
Last synced: 4 months ago
JSON representation
Asset tokenization using Chainlink Functions on Avalanche.
- Host: GitHub
- URL: https://github.com/bunsdev/rwa-tokenization
- Owner: BunsDev
- License: mit
- Created: 2024-06-11T21:38:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T21:32:41.000Z (about 1 year ago)
- Last Synced: 2026-01-12T14:42:18.444Z (5 months ago)
- Language: Go
- Homepage: https://rwa-tokenization-backend.vercel.app
- Size: 32.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real World Asset (RWA) Tokenization
> Asset tokenization using Chainlink Functions on Avalanche.
----
# Getting Started
## Requirements
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- You'll know you did it right if you can run `git --version` and you see a response like `git version x.x.x`
- [foundry](https://getfoundry.sh/)
- You'll know you did it right if you can run `forge --version` and you see a response like `forge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)`
- [node](https://nodejs.org/en/download/)
- You'll know you did it right if you can run `node --version` and you see a response like `v16.13.0`
- [npm](https://www.npmjs.com/get-npm)
- You'll know you did it right if you can run `npm --version` and you see a response like `8.1.0`
- [deno](https://docs.deno.com/runtime/manual/getting_started/installation)
- You'll know you did it right if you can run `deno --version` and you see a response like `deno 1.40.5 (release, x86_64-apple-darwin) v8 12.1.285.27 typescript 5.3.3`
## Installation
### Contracts
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
```
# Resources
- [Chainlink Blog: RWA Explained](https://blog.chain.link/real-world-assets-rwas-explained/)
- [Education Hub: Tokenized Real Estate](https://chain.link/education-hub/tokenized-real-estate)
- [Bridge Interactive Data](https://bridgedataoutput.com/docs/explorer/reso-web-api#oShowProperty)
- [How to: Tokenize an Asset](https://chain.link/education-hub/how-to-tokenize-an-asset)
- [What is Tokenized Real Estate?](https://chain.link/education-hub/tokenized-real-estate)
- [Cyfrin: What Are Tokenized Assets?](https://www.cyfrin.io/blog/what-are-tokenized-assets-crypto-rwas-explained)
- [Tokenized Real World Assets](https://blog.chain.link/tokenized-real-world-assets)