https://github.com/quilt/puxi
Configuration files for the Puxi ethereum testnet
https://github.com/quilt/puxi
Last synced: 3 months ago
JSON representation
Configuration files for the Puxi ethereum testnet
- Host: GitHub
- URL: https://github.com/quilt/puxi
- Owner: quilt
- License: gpl-3.0
- Created: 2021-04-01T21:31:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T15:59:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T16:14:58.636Z (5 months ago)
- Homepage:
- Size: 36.1 KB
- Stars: 17
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Puxi (浦西) Testnet
==============The Puxi testnet is a long-running network for developers to experiment with
EIP-3074.## Helpful links
* ethstats - https://puxi.quilt.link
* remix - https://remix.puxi.quilt.link
* signer cli - https://github.com/quilt/dahe## Starting Geth
[Source](https://github.com/quilt/go-ethereum/tree/eip-3074)
```bash
$ geth init --datadir ~/.ethereum/puxi ./geth/genesis.json
$ cp ./geth/static-nodes.json ~/.ethereum/puxi/geth/
$ geth --datadir ~/.ethereum/puxi --networkid 224525 --nodiscover --ethstats="yournode:[email protected]"
```## Starting OpenEthereum
[Source](https://github.com/quilt/openethereum/tree/eip-3074)
```bash
$ openethereum --chain puxi
```