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

aragon/signature-registry

 
 

Repository files navigation

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

About

Solidity function signature registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • Solidity 37.4%