Skip to content

🪓 A sample code to demonstrate how to wrap message(s) in a transaction for Cosmos SDK based blockchains

License

Notifications You must be signed in to change notification settings

jaybxyz/simd-tx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simd Transaction Example

Simd is the full node client or daemon built by SimApp, which is an application built using the Cosmos SDK for testing and educational purposes. This repository contains sample code to demonstrate how to wrap message(s) in a transaction.

Version

Type Version
Cosmos SDK 0.47.4
CometBFT 0.37.4

Configuration

This project necessitates a configuration file named config.toml. To create one, duplicate the example.toml and customize the field values according to your preferences. You can locate the configuration source code in the /config/config.go file.

Usage

go run main.go

About

🪓 A sample code to demonstrate how to wrap message(s) in a transaction for Cosmos SDK based blockchains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages