Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 18 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,13 @@ npm install
### Build scrypto packages

```bash
cd scrypto-packages/radquest && scrypto build && cd ../.. &&\
cd scrypto-packages/hero-badge-forge-v2 && scrypto build && cd ../.. &&\
cd scrypto-packages/quest-rewards-v2 && scrypto build && cd ../.. &&\
cd scrypto-packages/card-forge-v2 && scrypto build && cd ../.. &&\
cd scrypto-packages/gift-box-opener-v2 && scrypto build && cd ../.. &&\
cd scrypto-packages/radgem-forge-v2 && scrypto build && cd ../..
```
./setup.sh
``

Above script iterates over all scrypto packages inside this repository and build them

## Create accounts and deploy account controllers

- Follow the steps in [/bootstrap-accounts](bootstrap accounts)
- Follow the steps in [packages/bootstrap-accounts/Readme.md](packages/bootstrap-accounts/Readme.md)

You should have generated a `secrets-accounts.json` and a `controller-accounts.json` file.

Expand All @@ -134,19 +130,6 @@ npm run wallet:deploy-new:all &&\
npm run wallet:set:dapp-data
```

### Populate image oracle

```bash
npm run db:seed &&\
npm run wallet:populate:oracle
```

### Run frontend only

```bash
npm run dev:dapp
```

### Run the full-stack

```bash
Expand All @@ -170,6 +153,19 @@ npm run db:build
npm run dev
```

### Populate image oracle

```bash
npm run db:seed &&\
npm run wallet:populate:oracle
```

### Run frontend only

```bash
npm run dev:dapp
```

### Install dependency

```bash
Expand Down
Loading
Loading