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
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ Inspired by [Ganache UI](https://github.com/trufflesuite/ganache-ui)

⚠⚠ functional, but early WIP⚠⚠

no package yet, but you can:
to install latest from source:
```sh
pnpm install
mkdir -p ./public/bin
ln -s /path/to/anvil ./public/bin/anvil-$TARGET-TRIPLE
git checkout dev
pnpm i
npx tauri build
```
to get `$TARGET-TRIPLE` copy output from: `rustc -Vv | grep host | cut -f2 -d' '`

---
## Todo:
Expand All @@ -26,4 +24,4 @@ to get `$TARGET-TRIPLE` copy output from: `rustc -Vv | grep host | cut -f2 -d' '
- [ ] Setup GUI
- [ ] Save Environment
- [ ] Accounts
- [ ] Blocks
- [ ] Blocks
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"viem": "^0.1.19"
"viem": "^0.1.26"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.11.0",
"@sveltejs/kit": "^1.15.0",
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-plugin-svelte3": "^4.0.0",
"sass": "^1.59.3",
"svelte": "^3.56.0",
"execa": "7.0.0",
"sass": "^1.60.0",
"svelte": "^3.58.0",
"svelte-check": "^3.1.4",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"execa": "7.0.0"
"vite": "^4.2.1"
}
}
Loading