UMAprotocol / launch-lsp

CLI tool for launching a new LSP (Long-Short Pair). Relevant docs at Outcome.Finance: https://docs.outcome.finance/ and UMA: https://docs.umaproject.org/
GNU Affero General Public License v3.0
14 stars 13 forks source link

docs(fpl): add hardhat fpl deployment instructions #9

Closed pemulis closed 3 years ago

pemulis commented 3 years ago

Signed-off-by: John Shutt john.d.shutt@gmail.com

This updates the README to add financial product library deployment instructions using Hardhat instead of Truffle, based on the walkthrough with @mrice32 earlier this week, and replaces Ganache with Hardhat in the dev dependencies.

Hardhat makes it easier to deploy custom financial product libraries and verify them automatically on Etherscan and doesn't share Ganache's mainnet forking bug on more recent versions of Node.js.