@auxo-dev/auxo-libs
v1.0.6
Published
<p align="center"> <a href="http://auxo.fund/" target="blank"><img src="https://lh3.googleusercontent.com/u/0/drive-viewer/AKGpihbOeavm7ejNaJLr70jxI0YLtj_KzKk7pzjyfbrBPxKRCmXIhEmhLftyPX_ZgOTdpE_B9uoPmiyP1NhBTIShqW8rtQhusA=w2388-h1376" alt="Auxo Logo"
Downloads
311
Readme
Auxo Libs
Description
This library provides shared resources for our packages, such as custom provable data structures, utility and helper functions...
Features
Bit255: Custom provable data structure for storing a 255-bit string.
CustomScalar: Custom provable data structure for storing Scalar as Field[], using only 2 Field instead of 256 Field.
IpfsHash: Custom provable data structure for storing CID (v1) of files stored on IPFS.
DynamicArray: Custom provable data structure for dynamic-length arrays with different provable type: Bool, Bit255, Field, Group, PublicKey, Scalar.
Utils: Services can request to use generated keys for their use cases.
- Benchmark
- Mina account's config
- Network interaction
- zkApp's helpers
How to build
npm run build
How to run tests
npm run test
npm run testw # watch mode
How to run coverage
npm run coverage