Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujjwalguptaofficial/ethcontracts
Readymade ethereum contracts implementation with support for all ethereum library.
https://github.com/ujjwalguptaofficial/ethcontracts
dapp ethereum ethereum-contract ethereum-dapp evm javascript-library openzeppelin-contracts solidity web3
Last synced: about 1 month ago
JSON representation
Readymade ethereum contracts implementation with support for all ethereum library.
- Host: GitHub
- URL: https://github.com/ujjwalguptaofficial/ethcontracts
- Owner: ujjwalguptaofficial
- License: mit
- Created: 2022-11-23T03:05:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T10:58:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T09:59:17.360Z (2 months ago)
- Topics: dapp, ethereum, ethereum-contract, ethereum-dapp, evm, javascript-library, openzeppelin-contracts, solidity, web3
- Language: TypeScript
- Homepage: https://ujjwalguptaofficial.github.io/ethcontracts-doc/
- Size: 3.58 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub version](https://badge.fury.io/gh/ujjwalguptaofficial%2Fethcontracts.svg)](https://badge.fury.io/gh/ujjwalguptaofficial%2Fethcontracts)
[![npm version](https://badge.fury.io/js/@ethcontracts%2Fcore.svg)](https://badge.fury.io/js/@ethcontracts%2Fcore)
[![CI](https://github.com/ujjwalguptaofficial/ethcontracts/actions/workflows/ci.yml/badge.svg)](https://github.com/ujjwalguptaofficial/ethcontracts/actions/workflows/ci.yml)
# ethcontracts
Readymade ethereum contracts implementation with support for all ethereum library. The contracts are created based on [openzeppelin](https://github.com/OpenZeppelin) standard.> Smart contract development has became standard (everyone using openZeppelin) and so their calling can be made standard too. EthContract.js solves this problem and provide you readymade API with lots of flexibility and features.
## AIM
Our aim is to make dapp development standard and easy. We will be creating more tools if needed in future.
# install
```
npm i @ethcontracts/core
```# Features
* Based on openzeppelin standard
* Supports for multiple ethers client - web3.js and ethers
* Extensible - you can extend and customize as per need
* Automatic ABI management
* Treeshakable (use only what's needed and others part won't be included in your code)
* Free and MIT License
* Strong typescript support# Docs
https://ujjwalguptaofficial.github.io/ethcontracts-doc/