- UMA About Long Short Pair
- UMA LSP contract [source code]
- DefilLama site
- DefilLama SDK [source code]
- DefilLama Adapters [source code]
- UMIP discourse
- UMIP PR
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.
git clone https://github.com/austintgriffith/scaffold-eth.git
cd scaffold-eth
yarn install
yarn chainin a second terminal window:
cd scaffold-eth
yarn startin a third terminal window:
cd scaffold-eth
yarn deployIf 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.
For a more in-depth explanation, documentation, quick start guide, tutorials, tips and many more resources, visit our documentation site: docs.scaffoldeth.io