https://github.com/e00dan/mnft-bridge-frontend-react
Nervos Layer 1 -> EVM mNFT bridge frontend. Portal Wallet.
https://github.com/e00dan/mnft-bridge-frontend-react
Last synced: about 1 year ago
JSON representation
Nervos Layer 1 -> EVM mNFT bridge frontend. Portal Wallet.
- Host: GitHub
- URL: https://github.com/e00dan/mnft-bridge-frontend-react
- Owner: e00dan
- Created: 2022-09-05T09:51:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T09:09:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T23:45:40.733Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nervos mNFT to Godwoken bridge
This bridge frontend supports both mNFT transfers from Portal Wallet as well as Unipass v3.
## Run
```
yarn && yarn ui
```
## Build
```
yarn build
```
## Bridge Architecture
Frontends:
1. Unipass v2: [Website](https://mnft.nervosdao.community/) | [Code](https://github.com/Kuzirashi/mnft-bridge-frontend)
2. Portal Wallet + Unipass v3: [Website](https://mnft-pw.nervosdao.community) | [Code](https://github.com/Kuzirashi/mnft-bridge-frontend-react)
Operator: https://github.com/Kuzirashi/mnft-godwoken
EVM smart contracts: https://github.com/Kuzirashi/mnft-godwoken-contracts
---
This bridge is a centralized (!) way to send mNFT (one of available NFT standards on Nervos) on Nervos Layer 1 to a specific "bridge" account and then receive it to a user-defined receiving Ethereum address.
The mNFT standard is going to be processed and stored as metadata for Layer 2 EVM NFT using ERC721 standard.
## License
MIT