chia-utils icon indicating copy to clipboard operation
chia-utils copied to clipboard

A set of JavaScript utilities to facilitate conversions for the Chia network

Results 3 chia-utils issues
Sort by recently updated
recently updated
newest added

`TypeError: Property left of AssignmentExpression expected node to be of a type ["LVal"] but instead got "BooleanLiteral"`

I'm trying to use chia-utils in Vue 2 app, code looks like this in main.js: ` import { puzzle_hash_to_address } from 'chia-utils' ` The error message in browser (Firefox) is:...