🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@auxo-dev/auxo-libs

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auxo-dev/auxo-libs

<img src="https://lh3.googleusercontent.com/u/0/drive-viewer/AKGpihbOeavm7ejNaJLr70jxI0YLtj_KzKk7pzjyfbrBPxKRCmXIhEmhLftyPX_ZgOTdpE_B9uoPmiyP1NhBTIShqW8rtQhusA=w2388-h1376" alt="Auxo Logo"

latest
npmnpm
Version
1.0.6
Version published
Maintainers
4
Created
Source

Auxo Libs

Auxo Logo

An On-chain Funding Platform with privacy-preserving features powered by ZKP.

NPM Version Package License NPM Downloads Coverage Status

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

License

Apache-2.0

Keywords

mina-zkapp

FAQs

Package last updated on 13 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts