git.delta.rocks / unique-network / refs/commits / 347f218123fd

difftreelog

source

pallets/evm-contract-helpers/README.md544 Bsourcehistory
1# EVM Contract Helpers23This pallet extends pallet-evm contracts with several new functions.45## Overview67Evm contract helpers pallet provides ability to89- Tracking and getting of user, which deployed contract10- Sponsoring EVM contract calls (Make transaction calls to be free for users, instead making them being paid from contract address)11- Allowlist access mode1213As most of those functions are intented to be consumed by ethereum users, only API provided by this pallet is [ContractHelpers magic contract](./src/stubs/ContractHelpers.sol)