An open API service indexing awesome lists of open source software.

https://github.com/sameoldlab/visor

Testing block explorer, made visible
https://github.com/sameoldlab/visor

Last synced: 11 months ago
JSON representation

Testing block explorer, made visible

Awesome Lists containing this project

README

          

a GUI for [anvil](https://github.com/foundry-rs/foundry/blob/master/anvil)

Inspired by [Ganache UI](https://github.com/trufflesuite/ganache-ui)

![image](public/ui.png)

⚠⚠ functional, but early WIP⚠⚠

to install latest from source:
```sh
git checkout dev
pnpm i
npx tauri build
```

---
## Todo:
- [x] Anvil Log
- [x] Accounts (Basic)
- [x] Blocks (Basic)
- [x] Transactions (Basic)
- [ ] Test RPC calls (Impersonate, get tokens, rollback, mine, etc.)
- [ ] Setup GUI
- [ ] Save Environment
- [ ] Accounts
- [ ] Blocks