jscofhe
v0.1.10
Published
Implements js library for CoFHE
Maintainers
Readme
jscofhe
jscofhe is typescript library for OpenVector CoFHE. The library allows interacting with OpenVector network in node and browser.
For now we have only implemented a bare minimum for allowing developers to develop DAPPs with OpenVector Coprocessor. Later we will be adding more complete CoFHE library. You can look at the pycofhe or libcofhe for the list of features that we support.
Installation
npm install jscofheUsage
See the examples directory. We have a demo fully featured dapp which uses OpenVector Coprocessor solidity library for smart contract side and this library for the client side. We also have a nextjs app which adds two numbers in homomorphically encrypted form using OpenVector Network.
Contributing
We welcome contributions! If you’d like to contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name. - Commit your changes:
git commit -m 'Add new feature'. - Push to the branch:
git push origin feature-name. - Open a pull request.
License
This project is licensed under the BSD 3-Clause License.
Contact
For further information or assistance:
- Email: [email protected]
