Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caglavol authored Jan 31, 2024
1 parent 935d50a commit fa671f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This project uses the setup scripts from ink!athon Boilerplate. For details see
# NOTE: This automatically creates an `.env.local` file
pnpm install

# Start Next.js frontend
# Start Next.js frontend which connects with the already deployed testnet contracts
pnpm run dev

# For the next steps move to the contracts folder
Expand All @@ -55,10 +55,10 @@ pnpm run node
# Build contracts
pnpm run build

# Deploy contracts (deploy to local node)
# Deploy contracts (deploy to local node, here we use a fake oracle contract)
pnpm run deploy

# Deploy contracts to testnet (here we use the DIA oracle)
# Deploy contracts to testnet (here we use the oracle provided by DIA)
CHAIN=alephzero-testnet pnpm run deploy

# Run tests
Expand Down

0 comments on commit fa671f0

Please sign in to comment.