Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirosystems/hiro-kit.clar

Hiro Kit: collection of utility functions for Clarity contracts
https://github.com/hirosystems/hiro-kit.clar

Last synced: 3 days ago
JSON representation

Hiro Kit: collection of utility functions for Clarity contracts

Awesome Lists containing this project

README

        


/ / ▶ Hiro Clarity Kit
/ --- / Collection of reusable utility functions for Clarity
/ /

                                   [![Introduction](https://img.shields.io/badge/%23-%20Introduction%20-orange?labelColor=gray)](#Introduction)
    [![Features](https://img.shields.io/badge/%23-Features-orange?labelColor=gray)](#Features)
    [![Getting started](https://img.shields.io/badge/%23-Quick%20Start-orange?labelColor=gray)](#Quick-start)
    [![Documentation](https://img.shields.io/badge/%23-Documentation-orange?labelColor=gray)](#Documentation)
    [![Contribute](https://img.shields.io/badge/%23-Contribute-orange?labelColor=gray)](#Contribute)

***

# Introduction

**Status**: **Beta, to be documented**

## Deployments

### Testnet

| Contract | Address |
|--------------|-----------------------------------------------------------------------|
| cursor | ST2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EPXFQFR.hk-cursor-v2 |
| ecc | ST2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EPXFQFR.hk-ecc-v1 |
| merkle-tree | ST2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EPXFQFR.hk-merkle-tree-keccak160-v1 |
| token-traits | ST2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EPXFQFR.hk-tokens-v1 |

### Mainnet

| Contract | Address |
|--------------|-----------------------------------------------------------------------|
| cursor | SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2 |
| ecc | SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-ecc-v1 |
| merkle-tree | SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-merkle-tree-keccak160-v1 |
| token-traits | SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-tokens-v1 |

### Use in your project

```console
$ clarinet requirements add SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2

Updated Clarinet.toml with requirement SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2
```