anymal-protocol
v1.0.154
Published
A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.
Readme
Anymal Protocol Package
This package includes functions used within the Anymal Ecosystem.
Build Process Steps
Step 1:
npm build
Step 2: Set a new version
Patch Version: npm version patch
Minor Version: npm version minor
Major Version: npm version major
Step 3: Publish the package
npm publish
