An open API service indexing awesome lists of open source software.

https://github.com/lalabuy948/poly_copy

Polymarket copy trading tool
https://github.com/lalabuy948/poly_copy

polymarket polymarket-bot polymarket-copy-trading-bot polymarket-copytrading-bot

Last synced: 5 months ago
JSON representation

Polymarket copy trading tool

Awesome Lists containing this project

README

          

# == Poly Copy ==

![](github/poly_copy_screenshot.png)

## Demo

https://github.com/user-attachments/assets/e8bb17bd-4f6a-44b4-a6d2-86de6401e74f

## FAQ

1. Where data is being stored?

Everything runs and stays on your machine, `.db` file holds your credentials and keys next to the binary.

2. How to start?

Get binary from [releases](https://github.com/lalabuy948/poly_copy/releases) for your OS or run in dev mode via elixir.
Once binary started visit [http://localhost:4000/](http://localhost:4000/).

3. Is it safe?

It's open source, your own risk. But yes, runs ok, no issues while I was running it.

4. Is it free?

It's open source, yes. But donations are welcome.

Donations are welcome:

- eth `0x608a6868600a1852e301e6970f49e20f7b03e0b3`
- sol `Cbq21vU7jSZrXfNC9rYofLPxDh4GMB22PaNAZzpfdVf4`
- btc `bc1qq65lvhjym4t836c7uvqgahcdmjqys3x9u6dxr6`

## Development

```zsh
mix setup

mix phx.server
```