Skip to content

claualc/smartcontract_proxy

Repository files navigation

Test Hardhat Project: Upgrade and Deployment of Proxy Pattern

First run a ganache local network:

ganache

On a second shell:

  1. To test scripts:
yarn hardhat test

or

yarn hardhat test test/<test>.test.ts
  1. To deploy or upgrade implementation contracts contract:
yarn hardhat --network localhost run scripts/<script>.ts

About

Blockchain Proxy Pattern Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published