An open API service indexing awesome lists of open source software.

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.

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