https://github.com/futuresea-dev/xp.network-heco-migration
XP.network-HECO-Migration
https://github.com/futuresea-dev/xp.network-heco-migration
javascript solidity typescript
Last synced: 4 months ago
JSON representation
XP.network-HECO-Migration
- Host: GitHub
- URL: https://github.com/futuresea-dev/xp.network-heco-migration
- Owner: futuresea-dev
- Created: 2022-03-18T00:31:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T00:32:20.000Z (about 4 years ago)
- Last Synced: 2024-12-29T11:44:40.444Z (over 1 year ago)
- Topics: javascript, solidity, typescript
- Language: Solidity
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XP-HECO Migration
See web3-mint-contract for a wip multisig minter
See validator for a wip web3 ChainListener
## Current status:
- We can send transactions from a substrate chain to a web3 testnet and backwards freezing the parachain native tokens in the Freezer SC in the parachain and releasing wrapped ERC-20 compatible tokens to a designated account!
- We can send transactions from a HECO testnet to a Substrate Parachain and backwards freezing HT in the Freezer SC deployed in HECO and releasing wrapped ERC-20 compatible HTs to a designated account in a Substrate Parachain!
- run tests on HECO's testnet
## TODO:
- Add new bridge UI (in React)
- Set up the entire testnet in an AWS EC2 instance.
- Migrate the "Freezer" SC written in Ink! to a Substrate Pallet in Rust.