forked from cosmos/gravity-bridge
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build contract deployment script into a static binary
This patch compiles the typescript contract deployment script into a single static binary that can be attached to the releses. This binary includes an entire node version in order to run but in exchange for it's heavy download weight it comes with no local dependency requirements at all. This saves the user from needing to have a node modules setup just to deploy the Gravity contract.
- Loading branch information
Showing
5 changed files
with
480 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.