Skip to content

LuffyOP-oss/ERC-1484

 
 

Repository files navigation

ERC-1484 Reference Implementation

Build Status Coverage Status

This repo contains the reference implementation for ERC-1484. The full text of ERC-1484 is available in .md format and on the Ethereum EIPs website.

Feedback on this proposal is welcomed in the official discussion forum. To contribute to or make suggestions about the reference implementation, please open a PR in this repo.

File Guide

This repo contains:

Running Tests Locally

  • Install dependencies: npm install
  • Build contracts: npm run build
  • In one terminal tab, spin up a development blockchain: npm run chain
  • In another terminal tab, run the test suite: npm test

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • Solidity 44.2%