Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dirt-road-development/eth-contracts

Ethereum Contract Abstraction for Core Ethereum EIPs and Popular Contracts
https://github.com/dirt-road-development/eth-contracts

erc1155 erc20 erc721 evm skale-network solidity

Last synced: 23 days ago
JSON representation

Ethereum Contract Abstraction for Core Ethereum EIPs and Popular Contracts

Awesome Lists containing this project

README

        

# 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

```bash
git clone [email protected]:Dirt-Road-Development/npm-package-template.git
```

2. Enter Directory and Install Node Modules
```bash
cd && npm install
```
3. Rename package in [package.json](./package.json) and update GitHub Urls if applicable.
4. Enter into [Tests Folder](./tests) and write your first unit test [here](./tests/index.test.ts)