1.0.1 • Published 9 months ago

@keyko-io/filecoin-verifier-common v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Overview

filecoin-verifier-common is an internal utility package designed to facilitate consistent development across our Filecoin projects. It centralizes shared constants and essential tools.

Features

Shared Constants: Avoid redefining the same values across projects. Utility Tools: Reusable functions and modules designed for the Filecoin ecosystem.

Installation

Quick guide

yarn add filecoin-verifier-common

or

npm install filecoin-verifier-common

Usage

javascript

// Sample usage of a shared constant
import { SOME_CONSTANT } from 'filecoin-verifier-common';

console.log(SOME_CONSTANT);
1.0.1

9 months ago

1.0.0

9 months ago