Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1inch/mooniswap-interface
🦄 An open source interface for the Mooniswap protocol
https://github.com/1inch/mooniswap-interface
Last synced: 3 months ago
JSON representation
🦄 An open source interface for the Mooniswap protocol
- Host: GitHub
- URL: https://github.com/1inch/mooniswap-interface
- Owner: 1inch
- License: gpl-3.0
- Fork: true (Uniswap/interface)
- Created: 2020-07-31T09:13:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T05:48:01.000Z (over 3 years ago)
- Last Synced: 2024-05-20T21:43:23.628Z (6 months ago)
- Language: TypeScript
- Homepage: https://mooniswap.exchange
- Size: 14.7 MB
- Stars: 22
- Watchers: 5
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- DeFi-Map - docs
README
# Mooniswap Interface
[![Tests](https://github.com/CryptoManiacsZone/mooniswap-interface/workflows/Tests/badge.svg)](https://github.com/CryptoManiacsZone/mooniswap-interface/actions?query=workflow%3ATests)
[![Styled With Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)Mooniswap is next generation AMM (Automated Market Maker) protocol.
This repository contains Mooniswap Interface originally forked from Uniswap.
## Accessing the Mooniswap Interface
To access the Mooniswap Interface, use an IPFS gateway link from the
[latest release](https://github.com/CryptoManiacsZone/mooniswap-interface/releases/latest),
or visit [mooniswap.exchange](https://mooniswap.exchange/).## Development
### Install Dependencies
```bash
yarn
```### Run
```bash
yarn start
```### Configuring the environment (optional)
To have the interface default to a different network when a wallet is not connected:
1. Make a copy of `.env` named `.env.local`
2. Change `REACT_APP_NETWORK_ID` to `"{YOUR_NETWORK_ID}"`
3. Change `REACT_APP_NETWORK_URL` to e.g. `"https://{YOUR_NETWORK_ID}.infura.io/v3/{YOUR_INFURA_KEY}"`Note that the interface only works on mainent where all contracts are deployed.
The interface will not work on other networks.## Contributions
**Please open all pull requests against the `master` branch.**
CI checks will run against all PRs.#### License
This program is free software: you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see .
#### Contact us
- [email protected]Copyright © 2020, 1inch limited.
Copyright © 2020, [Uniswap](https://uniswap.org/).
Released under GNU General Public License v3.0