https://github.com/ringecosystem/migration-helper
Darwinia Migration Helper
https://github.com/ringecosystem/migration-helper
Last synced: 11 months ago
JSON representation
Darwinia Migration Helper
- Host: GitHub
- URL: https://github.com/ringecosystem/migration-helper
- Owner: ringecosystem
- Created: 2024-09-30T09:27:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T13:55:19.000Z (over 1 year ago)
- Last Synced: 2024-11-29T14:44:01.499Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://migration-helper.darwinia.network
- Size: 607 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Darwinia Migration Helper
This tool assists users in unstaking their RINGs and deposits and migrate their deposits pallet data to deposits contract data.
### Run
#### Frontend
The frontend for users to interact with the tool.
```sh
cd packages/web
yarn install
yarn start
```
#### Backend
The backend facilitates interaction between the frontend and PolkadotJS, as the migration process can only be initiated through PolkadotJS, which is not user-friendly for EVM (Metamask) users. The delegator will call the migrate function for the user account.
```sh
cd packages/delegator
export SEED=
yarn install
yarn start
```