Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hirosystems/hiro-kit.clar
- Owner: hirosystems
- Created: 2023-05-26T14:29:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T19:16:44.000Z (7 months ago)
- Last Synced: 2024-09-27T00:19:49.766Z (about 2 months ago)
- Language: Clarity
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-v2Updated Clarinet.toml with requirement SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2
```