mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 03:49:41 +00:00
09a95c9bd2
Also updates README to note prior unnoted folders.
6 lines
190 B
Bash
Executable file
6 lines
190 B
Bash
Executable file
#!/bin/sh
|
|
|
|
geth --dev --networkid 5208 --datadir "eth-devnet" \
|
|
--http --http.api "web3,net,eth,miner" \
|
|
--http.addr 0.0.0.0 --http.port 8545 \
|
|
--http.vhosts="*" --http.corsdomain "*"
|