Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Fix issues (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 8, 2024
1 parent df54d86 commit 052ff18
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions packages/web/README.md → README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
## 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
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 delegator
export SEED=<PRE_FUNDED_SEED>
yarn install && yarn start
```
## 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=<PRE_FUNDED_SEED>
yarn install
yarn start
```

0 comments on commit 052ff18

Please sign in to comment.