@fhenixprotocol/contracts
Version:
Smart Contract Library for the Fhenix Blockchain with FHE primitives
31 lines • 621 B
JSON
{
"name": "@fhenixprotocol/contracts",
"description": "Smart Contract Library for the Fhenix Blockchain with FHE primitives",
"version": "0.3.1",
"author": {
"name": "FhenixProtocol",
"url": "https://github.com/fhenixprotocol/fhenix-contracts"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.0"
},
"files": [
"FHE.sol",
"FheOS.sol",
"access/**",
"experimental/**",
"utils/**"
],
"keywords": [
"blockchain",
"ethereum",
"smart-contracts",
"solidity",
"FHE",
"encryption",
"privacy"
],
"publishConfig": {
"access": "public"
}
}