https://github.com/exweb3/elixir_uniswap
Uniswap interface and helpers in Elixir
https://github.com/exweb3/elixir_uniswap
Last synced: 6 months ago
JSON representation
Uniswap interface and helpers in Elixir
- Host: GitHub
- URL: https://github.com/exweb3/elixir_uniswap
- Owner: ExWeb3
- License: mit
- Created: 2022-09-08T20:10:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-04T04:40:09.000Z (12 months ago)
- Last Synced: 2025-10-10T15:58:36.744Z (8 months ago)
- Language: Elixir
- Homepage:
- Size: 228 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Uniswap
[](https://github.com/alisinabh/elixir_uniswap)
[](https://coveralls.io/github/alisinabh/elixir_uniswap?branch=main)
[](https://hex.pm/packages/uniswap)
[](https://hexdocs.pm/uniswap/)
[](https://github.com/alisinabh/elixir_uniswap/blob/master/LICENSE.md)
[](https://github.com/alisinabh/elixir_uniswap/commits/main)
**WORK IN PROGRESS**
[Uniswap](https://uniswap.org) interface and utilities for Elixir.
## Installation
```elixir
def deps do
[
{:uniswap, github: "alisinabh/elixir-uniswap"}
]
end
```
## License
**MIT**