Cometa.js is a lightweight, high-performance JavaScript library binding for the libcardano-c Library, designed to simplify blockchain development on Cardano.
It embeds the WASM module directly into a single JavaScript file, ensuring a minimal footprint, fast performance, and effortless setup without requiring special server configurations.
Built on the foundation of libcardano-c, Cometa.js inherits its commercial-grade quality, rigorous testing, and adherence to strict standards. It is ideal for developing reliable and secure solutions for mission-critical blockchain applications.
To install Cometa.js on your project, use the following command:
yarn add @biglup/cometa
To build and run the tests, use the following commands:
yarn install
yarn build
yarn test
Cometa.js is licensed under the Apache 2.0 License. See the LICENSE file for more information.