Decentralized registry of 4-bytes signatures to method mappings
This project uses the Truffle framework. To install the required dependencies run:
yarn install
To run the test suite:
yarn test
A truffle script can be used to register many function signatures to the mainnet registry:
npx truffle exec --network mainnet scripts/register-many.js "a()" "b(uint256)" ...