Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Apr 29, 2024
1 parent caa8fe5 commit fa6ebbf
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This is a crypto wallet service of chrome extension for Nine Chronicles blockcha
Chrono Document
https://9cscan-tx0x.gitbook.io/chrono-wallet-nine-chronicles/

Chrono SDK Document
https://chrono-docs.pages.dev/

## Project Structure

- /background
Expand All @@ -26,19 +29,15 @@ https://9cscan-tx0x.gitbook.io/chrono-wallet-nine-chronicles/
### 1. Pull this project to local

```
git clone https://github.com/tx0x/chrono
git clone https://github.com/planetarium/chrono
cd chrono
cd background
pnpm install
cd ../popup
pnpm install
```

### 2. Run
### 2. Build

```
grunt popup
grunt background
pnpm -r build
```

### 3. Import chrome extension for development
Expand All @@ -47,18 +46,6 @@ grunt background
- Load the unzipped extension.
- select ~/chrono/extension

### 4. test

```
cd background
pnpm t
or
cd popup
pnpm t
```

## License

GPL-3.0

0 comments on commit fa6ebbf

Please sign in to comment.