

#Visualise iota tangle install#
If you install the npm package with: npm install can then execute the following script. The core features are also available to use as a CLI independently of GitHub Actions. For more details on creating a seed see IOTA Docs - Getting Started - Creating A Seed on: Most of the environment variables are optional, except for the IOTA_SEED which must be 81 trytes in length. "sig": "a+Rgpf5gs0lpCJ8wt+eymkTdo99RbcP0o1PgLCIT2NE="Ĭreate a GitHub workflow in you repo e.g. "sig": "YQylonV2i+5KtwVN0FxTU7ssWflX+6fC29COSbFOmfQ=" "zipball_sig": "jyQ8U1T4oMSEbT3e9NTuFyoMskwAvti3nmiYKtuh8LU=", "tarball_sig": "Me3ouGni0h50TOHQklopu3sJdLFh/ZVlPJom3aDRFVQ=", "body": "This is the body of the description.", tx_explore_url: A url which can be used to explore the transaction on the Tangle.tx_hash: The hash of the transaction on the Tangle.comment: An optional comment to include in the Tangle payload.tag_name: The name of the tag for this release.Attach a payload to the IOTA Tangle with information about the release and the hashes.Create a signature for each of the attached assets.Create a signature for the content of zipball_url.Create a signature for the content of tarball_url.Load the release tagged by the input tag_name.The action will perform the following steps: This way the data associated with the release becomes immutable. This GitHub Action will take the contents of your GitHub tagged release and create an associated transaction on the IOTA Tangle. GitHub Action to Add Release Metadata to The IOTA Tangle
