Code Monkey home page Code Monkey logo

install-geth-tools's Introduction

Logo

Install Geth action

Release version Build Status License

This action installs geth and tools (abigen, bootnode, clef, evm, rlpdump) into your workflow. It can be run on Linux (ubuntu-latest), macOS (macos-latest), or Windows (windows-latest).

Additionally, this action uses GitHub caching mechanism to speed up your workflow execution time!

Usage

jobs:
  install-geth-tools:
    runs-on: ubuntu-20.04
    steps:
      - uses: gacts/install-geth-tools@v1
        #with:
        #  version: 1.10.19 # `latest` by default, but you can set a specific version to install, e.g.: `1.10.19`

      - run: geth version
      - run: abigen --version
      - run: bootnode -h
      - run: clef --version
      - run: evm --version
      - run: rlpdump -h

Customizing

Inputs

Following inputs can be used as step.with keys:

Name Type Default Required Description
version string latest no Version to install
github-token string ${{ github.token }} no GitHub token (for requesting the latest version info & release hash)

Releasing

New versions releasing scenario:

  • Make required changes in the changelog file
  • Build the action distribution (make build or yarn build)
  • Commit and push changes (including dist directory changes - this is important) into the master branch
  • Publish new release using repo releases page (git tag should follow vX.Y.Z format)

Major and minor git tags (v1 and v1.2 if you publish v1.2.Z release) will be updated automatically.

Support

Issues Issues

If you find any action errors, please, make an issue in the current repository.

License

This is open-sourced software licensed under the MIT License.

install-geth-tools's People

Contributors

dependabot[bot] avatar tarampampam avatar github-actions[bot] avatar rashann2471 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.