DEV Community

Camilo
Camilo

Posted on • Edited on

1 1

Chaucha Wallet Generator Github Action

My Workflow

This is a simple Github Action to generate Chaucha cryptocurrency wallets. This serves as an example for other cryptocurrencies similar to bitcoin.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo proyecto-chaucha / chaucha-gha-wallet-generator

Chaucha functions for usage with Github Actions

Chaucha Wallet Generator Action

This is a simple https://chaucha.cl wallet generator for usage within Github actions.

Usage

Example workflow

name: Integration Test
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - name: Self test
        id: selftest

        # Put your action repo here
        uses: proyecto-chaucha/chaucha-gha-wallet-generator@master
        with:
          value: "test"

      - name: Check outputs
        run: |
          test "${{ steps.selftest.outputs.privkey }}" == "8G63zuGKfQ7ho4X1ytHr75HmrZxJq3NFQ51YSPdyDh4hsHEr2Bg"
          test "${{ steps.selftest.outputs.pubkey }}" == "ch4uy1bAfLLf6RMcmkrHBa8oxtuMTgwXyS"
Enter fullscreen mode Exit fullscreen mode

Inputs

Input Description
value (optional) String value to create a new wallet address. Empty value will generate a random address.

Outputs

Output Description
privkey Chaucha Wallet Private Key Address
pubkey Chaucha Wallet Public Key Address



Additional Resources / Info

www.chaucha.cl

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more