Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dirt-road-development/eth-contracts
- Owner: Dirt-Road-Development
- License: gpl-3.0
- Created: 2023-01-27T04:01:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T16:44:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T16:42:55.457Z (about 1 month ago)
- Topics: erc1155, erc20, erc721, evm, skale-network, solidity
- Language: HTML
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)