Skip to content
Draft
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
15 changes: 0 additions & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"deno.enable": true,
"deno.documentPreloadLimit": 10000,
"deno.lint": true,
"deno.disablePaths": [
"packages/build-tools/explorer",
"templates",
"templates/chess",
"templates/evm-midnight",
"templates/minimal",
"templates/multi-chain-token-transfer",
"templates/night-bitcoin",
"templates/rock-paper-scissors",
"templates/world-map-2d",
"docs/site"
],
"editor.formatOnSave": false,
"editor.defaultFormatter": "denoland.vscode-deno",
"[typescript]": {
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Effectstream development mode & tests can be run through e2e testing environment

```sh
# Install dependencies
deno install --allow-scripts && ./patch.sh
bun install

# Build All Contracts
deno task -r contract:compile
bun --filter @e2e/evm-contracts contract:compile
bun --filter @e2e/midnight-contract-counter-basic compact
bun --filter @e2e/midnight-contract-eip-20 compact

# If running on linux set env DISABLE_YACI=true
# Run Example Deployment Mode
deno task -f @e2e/node quickstart
bun --filter @e2e/node quickstart
```

## Run Tests
Expand Down
Loading
Loading