cblanquera / ercx

Home of my ERC experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERCX

A library for Ethereum based smart contract experiments.

Everyone relies on OpenZeppelin to be secure and stable, which is also a double edged sword because it can take a very long time to update and add new contracts.

The contracts found in this library are simply theoretical experiments applied. This means while standard versioning will be applied, all contracts are subject to change.

Install

$ npm i ercx

You will need to provide a private key to deploy to a testnet and a Coin Market Cap Key to see gas price conversions when testing.

Contributing

Make sure in .env to set the BLOCKCHAIN_NETWORK to hardhat.

$ npm test

About

Home of my ERC experiments

License:MIT License


Languages

Language:Solidity 70.4%Language:JavaScript 29.6%