Skip to content
Open
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@ cd protocols/soroswap/
git pull origin main
```

1.2 Copy the `.env.example` file into `.env` and modify the necessary parameters
1.2. Copy the `.env.example` file into `.env` and modify the necessary parameters
```bash
cp .env.example .env
```
For the **secret keys**, you can create an account and private keys in https://laboratory.stellar.org/#account-creator?network=test.
For `MAINNET_RPC_URL`, you will need to subscribe to one of the Stellar Mainnet RPC providers: https://app.validationcloud.io/, https://nownodes.io/ or others (ask in the Stellar Discord)

1.2 In one terminal: (choose standalone, futurenet or testnet)
1.3. In one terminal: (choose standalone, futurenet or testnet)

```bash
bash scripts/quickstart.sh standalone # or futurenet or testnet
```

1.3. In another terminal, to enter the docker container
1.4. In another terminal, to enter the docker container

```bash
bash scripts/run.sh
```

1.4 yarn install
1.5. yarn install

```bash
yarn
Expand All @@ -74,7 +74,7 @@ cp target/wasm32-unknown-unknown/release/*.wasm ../../contracts/adapters/phoenix
```


## 2. Run Tests and Scout Audit
## 2.- Run Tests and Scout Audit
```
cd /workspace/contracts/
make test
Expand Down