Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rss3-network/vsl-rpc-node
https://github.com/rss3-network/vsl-rpc-node
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rss3-network/vsl-rpc-node
- Owner: RSS3-Network
- Created: 2024-03-21T07:59:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T04:01:28.000Z (6 months ago)
- Last Synced: 2024-06-26T05:21:44.929Z (6 months ago)
- Language: Shell
- Size: 119 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSL RPC Node
This is a containerd solution to run a VSL RPC Node.## Configuration
replace OP_NODE_L1_ETH_RPC to "your-ethereum-mainnet-rpc" in .envFor the initial deployment, generate the secret files:
## Deployment
### Via Docker for Development
```shell
bash gen-secret.sh
```then run:
```shell
docker compose up -d
docker compose down
```run the following command to query the latest L2 block:
```shell
curl -d '{"id":0,"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest",false]}' -H "Content-Type: application/json" http://localhost:8545
```
### Via Helm for ProductionSee Helm Charts: .