@iexec-nox/nox-confidential-contracts
v0.1.0-beta.2
Published
Nox confidential smart contracts
Readme
Nox Confidential Contracts
Confidential smart contracts built on top of the Nox protocol.
This repository provides:
ERC7984: a confidential fungible token standard implementation.ERC7984Advanced: the same interface using more gas efficient Nox primitives.ERC20ToERC7984Wrapper: wraps ERC-20 tokens into confidential tokens.ERC20ToERC7984WrapperAdvanced: more gas efficient variant of the wrapper.
Quickstart
pnpm install
pnpm build
pnpm testProject Layout
contracts/interfaces: public interfaces (IERC7984,IERC20ToERC7984Wrapper, receivers).contracts/token: token implementations and extensions.
