https://github.com/tenderly/ethparis-zippo
Zippo - Hot Module Replacement (HMR) for Solidity contacts developed on EthParis 2019 Hackathon.
https://github.com/tenderly/ethparis-zippo
developer-tools ethereum hot-module-replacement solidity
Last synced: 4 months ago
JSON representation
Zippo - Hot Module Replacement (HMR) for Solidity contacts developed on EthParis 2019 Hackathon.
- Host: GitHub
- URL: https://github.com/tenderly/ethparis-zippo
- Owner: Tenderly
- License: apache-2.0
- Created: 2019-03-09T08:18:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T08:31:02.000Z (over 6 years ago)
- Last Synced: 2025-05-05T16:01:09.214Z (7 months ago)
- Topics: developer-tools, ethereum, hot-module-replacement, solidity
- Language: Go
- Homepage: https://tenderly.dev
- Size: 85.9 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 


[](https://discord.gg/ZT4sRqc)
Hot Module Replacement (HMR) for Solidity smart contract development. Originally developed on the EthParis 2019 Hackathon.

## Installation
```
brew update && brew install zippo
```
```yaml
apt-get install zippo
```
## Usage
Before starting the geth server you will need to setup the `zippo.yaml` configuration file.
To read more about the the Zippo config file read the [configuration](#configuration) section.
```
zippo start
```
After the server has the started you can the view debugging and loggin panel at [http://localhost:9476](http://localhost:9476).
## Configuration
```yaml
# Defaults
rpc_host: 127.0.0.1
rpc_port: 8545
ws_port: 8546
```
## Contributing
This tool is intended to speed up and boost the development process for Solidity smart contracts. So everything is 100% Open Source and we welcome all Pull Requests.
If you want you can join us at the [Zippo Discord](https://discord.gg/ZT4sRqc) channel.