Skip to content

Ethereum Contract Abstraction for Core Ethereum EIPs and Popular Contracts

License

Notifications You must be signed in to change notification settings

Dirt-Road-Development/eth-contracts

Repository files navigation

NPM Package Template

The following package is a NodeJs repository that acts a starting template for singular NPM Packages built within the Dirt Road Development organization.

Getting Started

  1. Clone GitHub Repo
git clone [email protected]:Dirt-Road-Development/npm-package-template.git <package-name>
  1. Enter Directory and Install Node Modules
cd <package-name> && npm install
  1. Rename package in package.json and update GitHub Urls if applicable.
  2. Enter into Tests Folder and write your first unit test here