Git Product home page Git Product logo

governance-instruction-forwarder's Introduction

Reproducible build

# build
docker run --rm -v $PWD:/build -it ellipsislabs/solana:1.16.16 sh -c "cargo build-bpf -- --locked --frozen"

# get sha and size
sha256sum target/deploy/instruction_forwarder.so
> 44e47408c54cbe1bf58e915595da40eabaf704cf4f9609e583faa9679b4642d5  target/deploy/instruction_forwarder.so
ls -l target/deploy/instruction_forwarder.so
> -rwxr-xr-x 1 root root 51472 Nov 30 08:42 target/deploy/instruction_forwarder.so

# verify (3TS is the executable data for ixF)
solana account 3TSAWmb8f7xe1fG3pgSWroQtL8p28G9nKx56A4cy6FJs -o /tmp/program.bytes
tail -c '+46' /tmp/program.bytes | head -c 51472 | sha256sum
> 44e47408c54cbe1bf58e915595da40eabaf704cf4f9609e583faa9679b4642d5  -

governance-instruction-forwarder's People

Contributors

ckamm 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.