Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Timafon/u-polygon-tvl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMA Polygon TVL Long Short Pair

Useful Links:

The uPolyTVL(Scaffold-eth) stack

Scaffold-eth is not a product itself but more of a combination or stack of other great products. It allows you to quickly build and iterate over your smart contracts and frontends. It leverages:

  • Hardhat for running local networks, deploying and testing smart contracts.
  • React for building a frontend, using many useful pre-made components and hooks.
  • Ant for your UI. But can be easily changed to Bootstrap or some other library you prefer.
  • Surge for publishing your app.
  • Tenderly / The Graph / Etherscan / Infura / Blocknative and more!
  • Support for L2 / Sidechains like Optimism and Arbitrum.

Installation and setup

⚠️ First, make sure you have: Node plus Yarn and Git

git clone https://github.com/austintgriffith/scaffold-eth.git
cd scaffold-eth
yarn install
yarn chain

in a second terminal window:

cd scaffold-eth
yarn start

in a third terminal window:

cd scaffold-eth
yarn deploy

If everything goes smoothly you should now have a local network running, with the starter contracts deployed and the frontend React app running on https://localhost:3000.

Documentation

For a more in-depth explanation, documentation, quick start guide, tutorials, tips and many more resources, visit our documentation site: docs.scaffoldeth.io

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published