library-solidity/README.md
FHEVM Solidity is a Solidity library that allows developers to write confidential smart contracts with the standard Solidity development workflow.
The FHEVM Solidity library offers the following core features:
euint8, euint16, ..., euint256 directly in Solidity contracts.add, sub, eq, lt, ternary, etc.See full details in the Key concepts section of the documentation.
To start writing confidential smart contracts using FHEVM Solidity, follow the Hardhat setup guide here: Getting Started with Hardhat.
run
npm install
To run forge tests:
npm run forge:soldeer
npm run test:forge
š If you find this project helpful or interesting, please consider giving it a star on GitHub! Your support helps to grow the community and motivates further development.