Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Elefria-Labs/evm-tools
https://github.com/Elefria-Labs/evm-tools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Elefria-Labs/evm-tools
- Owner: Elefria-Labs
- License: gpl-3.0
- Created: 2024-05-03T16:27:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T10:03:55.000Z (4 months ago)
- Last Synced: 2024-10-23T07:42:22.293Z (4 months ago)
- Language: TypeScript
- Homepage: https://www.evmtools.xyz
- Size: 5.43 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-evm-data-tools - Evmtools - Web-based toolkit for Web3 & ZK Dapps (Transaction Decoding)
- awesome-evm-data-tools - Evmtools - Web-based toolkit for Web3 & ZK Dapps (Transaction Decoding)
README
## ZK-Block - Boilerplate & Tools for ZK Dapps
Website- [zkblock](https://zkblock.app)
![](https://i.imgur.com/waxVImv.png)
This repository is part of zkblock. If you want to add more tools please create a pr with tools details in `data/tool.ts`
#### Run locally
```
git clone https://github.com/heypran/zk-tools.gitcd zk-tools
yarn install
```
Then, you can run locally in development mode with live reload:
```
yarn dev
```Open http://localhost:3000 in the browser.
![](https://i.imgur.com/waxVImv.png)
### Contributions
> Everyone is welcome to contribute to this project.
- Add more zk tools or web3 tools including testing libraries, new zk paradigms
- Improve the site's codebase
- Discuss ideas in issues
- Improve documentation