Deplopyable networks
- Ethereum
- Mainnet
- Goerli
- Polygon
- Mainnet
- Binance
- Mainnet
- Avalanche
- Mainnet
- Arbitrum
- Mainnet
- Optimism (TBD)
- Fantom
- Mainnet
Utilizing a beacon proxy pattern, the factory allows for setting an initial implementation of the TWAP Oracle to be deployed by the user and the ability to be upgraded when needed. The upgrade will then reflect all current deployed implementations allowing for smooth transitions between versioning.
Upgradable implementaion contract that allows for automated TWAP on liquidity pool pair in the respected network DEX.
Open another terminal
make run-node
Open a new terminal
cd ui && yarn
yarn dev
make script-factory-local
Navigate to http://localhost:3000, click the connect wallet button, and choose Blacksmith.
To generate and view contract documentation in your browser.
make run-doc-server