Small utility to sign a small json containing basic kyc information. The key generated by it is fully compatible with cosmos based chains.

Testnet signer utility

This utility generates a signed JSON-formatted ID to prove ownership of a key used to submit tx on the blockchain. This testnet signer utility is required for all users who participate in testnet challenges that involve sending tx on the testnet. The challenge submission requires the ID message be signed by the primary key used to deploy the smart contract.

Installation

Go 1.16 is required.

If you haven't already, download and install Go. See the official go.dev documentation. Make sure your GOBIN and GOPATH are set correctly.

Get the source code and install

git clone [email protected]:archway-network/testnet-signer.git
cd testnet-signer
make install

How the testnet signer utility works

Generate a new key

Note: Required only to generate a new key for the testnet. If you want to use an existing key in the keystore, you can skip this step.

Description

Adds a new key to the keystore. This command is compatible with the Cosmos SDK key management functionality.

Command

testnet-signer keys add <key-name>

Generate a signed JSON-formatted ID

Description

Generates the required signed id message to submit in the testnet challenge form. Be sure to provide accurate details.

% testnet-signer sign_id my-key
Enter information as accurately as possible. Information entered here must match your KYC.
Your full legal name:FirstName MiddleName LastName
Your GitHub handle:mygithub
Your email address:[email protected]
Your incentivized testnet address is:  archway1lf26gv87sxvkj59e3f9q2fh6q8phqwgje6g3xg
Amino encoded Public key is: 61rphyEDtd8YCbk465UwocPsEcaSNn3IHx7zUa7tUdoAOuy/iyw=
Submit JSON below the line in the form.
-----------------------------
{
  "id": {
    "full_legal_name": "FirstName MiddleName LastName",
    "github_handle": "mygithub",
    "email_address": "[email protected]",
    "account_address": "archway1lf26gv87sxvkj59e3f9q2fh6q8phqwgje6g3xg",
    "pub_key": "61rphyEDtd8YCbk465UwocPsEcaSNn3IHx7zUa7tUdoAOuy/iyw="
  },
  "signature": "Fnsuzh71v9FJtaz6hdRWsKstGeE1mexEClq67OPuzaZdBKmurXo8P6Himu69mmEsCcz+YGtQV/204XSX0lmnMQ=="
}
Owner
Archway Network
An Incentivized Smart Contract Chain for Cosmos
Archway Network
Similar Resources

loan is a blockchain built using Cosmos SDK and Tendermint and created with Starport.

loan loan is a blockchain built using Cosmos SDK and Tendermint and created with Starport. As a borrower you post a request for a loan and specify the

Dec 21, 2022

The Cosmos-SDK is a framework for building blockchain applications in Golang.

The Cosmos-SDK is a framework for building blockchain applications in Golang.

The Cosmos-SDK is a framework for building blockchain applications in Golang. It is being used to build Gaia, the first implementation of the Cosmos Hub.

Nov 26, 2021

this is an on-hand guide to cosmos ibc for noobs

cosmos-ibc-for-dummies This is an on-hand guide to cosmos ibc for noobs This guide focuses only on modules/apps section of IBC to show how to build a

Dec 2, 2021

Arbiter DAO: a blockchain built using Cosmos SDK and Tendermint

Arbiter DAO Arbiter DAO is a blockchain built using Cosmos SDK and Tendermint. Arbiter DAO is a Olympus DAO and Klima DAO fork brought to the cosmos e

Aug 22, 2022

Cosmochat - A decentralized chat app on Cosmos.

cosmochat cosmochat is a blockchain built using Cosmos SDK and Tendermint and created with Starport. Get started starport chain serve serve command i

Jan 2, 2022

Berachain - A blockchain built using Cosmos SDK and Tendermint and created with Starport

berachain berachain is a blockchain built using Cosmos SDK and Tendermint and cr

Jan 26, 2022

Kava - Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the cosmos-sdk

DeFi for Crypto. Telegram | Medium | Discord Reference implementation of Kava, a

Apr 4, 2022

A Go implementation of EIP-4361 Sign In With Ethereum verification

Sign-In with Ethereum This go module provides a pure Go implementation of EIP-4361: Sign In With Ethereum. Installation go get github.com/jiulongw/siw

Apr 24, 2022

Public key derivator for ECDSA (without knowledge of the private key)

A proof of concept of a public key derivation for ECDSA (without knowledge of the private key) It is a demonstration of how to implement a simple key

Nov 9, 2022
Comments
  • Create gentx-3a7f2223519415d83070eded8af24ef41c1d891d.json

    Create gentx-3a7f2223519415d83070eded8af24ef41c1d891d.json

    {"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","deription":{"moniker":"Graal","identity":"","website":"","security_contact":"","tails":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.1000000000000000","max_change_rate":"0.100000000000000000"},"min_self_delegation":"1","legator_address":"archway198ea6kp9kvwrv786d5pjmsqh37nxph2lkjvvqu","validator_aress":"archwayvaloper198ea6kp9kvwrv786d5pjmsqh37nxph2lkk9wd4","pubkey":{"@type"/cosmos.crypto.ed25519.PubKey","key":"bZEbbMiEsGWUrhF/kQ8QuX0VUlX3IHhuxpPtkSKd8="},"value":{"denom":"utorii","amount":"1000000"}}],"memo":"[email protected]:26656","timeout_height":"0","extension_opons":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"puic_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+uJxyNcbMHec4wBKcoS/SFwMJrgHscsHwm3M/RaJd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"suence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}}signatures":["CLr28X4ijxiJyT53wMQ1XRnbiXmGLPC1WJe2h4KZxv514jD5ZdKpLo7S9pd6Z6h70loZFORAE0j+7uZNJ8tg=="]}

Evmos is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum.

Evmos Evmos is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It's built using the Co

Dec 31, 2022
A dead simple tool to sign files and verify digital signatures.

minisign minisign is a dead simple tool to sign files and verify signatures. $ minisign -G

Dec 16, 2022
Frontier Chain is a blockchain application built using Cosmos SDK and Tendermint.

Frontier Chain Frontier Chain is a blockchain application built using Cosmos SDK and Tendermint. Setup Initialize the blockchain with one validator no

Jul 12, 2022
OmniFlix Hub is a blockchain built using Cosmos SDK and Tendermint and created with Starport.

OmniFlix Hub is the root chain of the OmniFlix Network. Sovereign chains and DAOs connect to the OmniFlix Hub to manage their web2 & web3 media operations (mint, manage, distribute & monetize) as well as community interactions.

Nov 10, 2022
Generate and sign TSL certificates with ease.

certctl Manage certificates with ease.

Oct 20, 2022
Jan 7, 2023
demochain is a blockchain built using Cosmos SDK and Tendermint and created with Starport.

demochain demochain is a blockchain built using Cosmos SDK and Tendermint and created with Starport. Get started starport chain serve serve command i

Jun 21, 2022
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.

Ethermint Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK which runs on to

Jan 3, 2023
Sign, verify, encrypt and decrypt data with GPG in your browser.
Sign, verify, encrypt and decrypt data with GPG in your browser.

keygaen Sign, verify, encrypt and decrypt data with GPG in your browser. ⚠️ keygaen has not yet been audited! While we try to make keygaen as secure a

Nov 22, 2022