Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/