Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifinance/ethmuc-starter
https://github.com/lifinance/ethmuc-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lifinance/ethmuc-starter
- Owner: lifinance
- Created: 2023-08-09T13:33:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T17:16:24.000Z (over 1 year ago)
- Last Synced: 2023-08-11T23:42:37.395Z (over 1 year ago)
- Language: Solidity
- Size: 39.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this
This is a repository meant to function as a starter project for the hackaton @ETHMunich.
## Setup
You will need to firstly rename `.env.template` (found at the top level of the repo) to `.env`, secondly, fill in the missing values.
Information about the API key will be provided in the talk.## What can I run
### Request a contract call(s) quote
Running `pnpm start` will request a contract call quote for `OP (OPT) => ETH (ETH) => stETH (ETH) => wstETH (ETH)` and save it as `lifistep.json` at the root directory of this repo.
### Execute a LifiStep
Running `pnpm sendTx` will attempt sending a transaction that will execute the LI.FI step specified in `src/scripts/tx.to.send.json`
### Useful links
LI.FI Hackaton [postman collection](https://www.postman.com/lifinance/workspace/li-fi-hackaton)
[LI.FI Docs](https://docs.li.fi/)
[LI.FI API Docs](https://apidocs.li.fi/reference/welcome-to-the-lifinance-api)