https://github.com/dnmfarrell/kee
A smart contract that packs labeled addresses on-chain and minimizes gas.
https://github.com/dnmfarrell/kee
Last synced: 3 months ago
JSON representation
A smart contract that packs labeled addresses on-chain and minimizes gas.
- Host: GitHub
- URL: https://github.com/dnmfarrell/kee
- Owner: dnmfarrell
- License: mit
- Created: 2024-09-12T15:34:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T21:17:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T16:49:10.367Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kee
---
A smart contract that packs labeled addresses on-chain. Has no state and emits no events to minimize gas costs. Only pay for the calldata.
See `contracts/Kee.sol`.
Usage
-----
Run the contract tests with hardhat:
npx hardhat test
Deploy the contract locally, send it a transaction and print out the data:
npx hardhat run scripts/tx-mint.js