Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ohmysol/upgradable-staking

Staking protocol that is using upgradable contracts pattern(Transparent Proxies).
https://github.com/ohmysol/upgradable-staking

ethereum ethersjs hardhat javascrit proxies solidity staking upgradable-smart-contracts

Last synced: 19 days ago
JSON representation

Staking protocol that is using upgradable contracts pattern(Transparent Proxies).

Awesome Lists containing this project

README

        

# Upgradable Staking Protocol

Hello, this project demonstrates a use case of the upgradable contracts in the staking protocol.
You can see how to implement Transparent Proxies in the the Staking project, to be able to easily update contracts logic without stressfull migrations.

## Technology Stack & Tools

- Solidity (Writing Smart Contracts & Tests)
- Javascript (Testing, Scripting)
- [Hardhat](https://hardhat.org/) (Development Framework)
- [Ethers.js](https://docs.ethers.io/v5/) (Blockchain Interaction)
- [OpenZeppelin](https://www.openzeppelin.com/) (Smart contracts libraries)