Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.08 KB

signature-registry

Build Status Solidity Coverage Status

Decentralized registry of 4-bytes signatures to method mappings

Deployments

Getting started

This project uses the Truffle framework. To install the required dependencies run:

yarn install

To run the test suite:

yarn test

Usage

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)" ...