@cambrianprotocol/anchor-utils
v1.12.0
Published
Ceramic anchor contract constants, interface and utilities
Downloads
14
Readme
Ceramic anchor contract utilities
Getting started
Installation
$ npm install @ceramicnetwork/anchor-utilsUsage
import { convertEthHashToCid } from '@ceramicnetwork/anchor-utils'
const cidHash = convertEthHashToCid(stringHash.slice(2))Development
Run tests:
npm testRun linter:
npm run lintContributing
We are happy to accept small and large contributions. Make sure to check out the Ceramic specifications for details of how the protocol works.
License
MIT or Apache-2.0
