Skip to content

0xsend/shovel

 
 

Repository files navigation

Index Supply, Co.

Shovel v1.6 is available. Read the 1.0 announcement.

curl -LO https://indexsupply.net/bin/1.6/darwin/arm64/shovel --silent
chmod +x shovel
./shovel -version
v1.6 582d

To install the latest on main:

curl -LO https://indexsupply.net/bin/main/darwin/arm64/shovel --silent
chmod +x shovel

Docker

Docker images are published to GitHub Container Registry (GHCR) for version tags.

Pull a specific version (from git tags):

docker pull ghcr.io/0xsend/shovel:1.6

Run with a config file:

docker run -v $(pwd)/config.json:/config.json ghcr.io/0xsend/shovel:1.6 -config /config.json

Required Repository Settings

To publish images to GHCR, the GitHub Actions workflow requires these permissions:

  • Actions token permissions: packages: write must be enabled in workflow permissions
  • The workflow uses GITHUB_TOKEN for authentication (no additional secrets required for GHCR)

Company Update

Shovel Ethereum to Postgres Indexer

About

An Ethereum to Postgres indexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.7%
  • HTML 6.4%
  • TypeScript 1.8%
  • Other 0.1%