Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn-githup committed Dec 29, 2023
1 parent 9c29336 commit edce6e0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# CKB-Contract-Data-Simulator
# spore_devnet

``` sh
sh prepare.sh
```

To build contracts, run:

``` sh
cd spore-contract
capsule build --release
```

generate data
```shell
sh prepare.sh
npm i
npm run build:lumos

npm run test:start

npm run test:deploy

npm run test:e2e

```

clean env
Expand Down

0 comments on commit edce6e0

Please sign in to comment.