Skip to content

blocklack/counterparty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Counterparty

This NPM package is designed to enable encoding and decoding of Counterparty transactions. It is developed in TypeScript and is compatible with the latest version of NPM.

Features

Developers should check off each feature they implement:

  • Decode Transactions

    • Decode Enhance Send: Decodes enhanced send transactions into a human-readable format.
    • Additional decoding features (specify).
  • Encode Transactions

    • Encode Dispensers: Encodes data to create or manage dispensers in the Counterparty network.
    • Additional encoding features (specify).

Requirements

  • TypeScript: All code must be written in TypeScript.
  • Compatibility: Must be compatible with the latest version of NPM at the time of project completion.

Bounty

A bounty of $200 USD is offered to the developer or team that meets the established requirements and delivers a functional and well-documented package.

How to Contribute

Interested developers can contact me directly on Telegram to discuss your participation. Reach out via my Telegram channel: @jpcryptos.

Documentation

  • Detailed instructions on how to install and use the package.
  • Examples showcasing how to decode and encode transactions.

Installation

Provide step-by-step instructions on how to install the package.

Usage

Each feature implemented should come with its own usage example, as follows:

Example for "Decode Enhance Send"

import {decodeEnchanceSend} '@counterparty
// Example usage of decodeEnhanceSend
const decoded = decodeEnhanceSend(encodedData);
console.log(decoded);

License

This project is released under the GNU General Public License (GPL). This open-source license ensures that anyone can freely use, modify, and redistribute the code under the same license terms

About

NPM Packcage for Counterparty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors