The Wayback Machine - https://web.archive.org/web/20220319092010/https://github.com/topics/pureconfig
Skip to content
#

pureconfig

Here are 23 public repositories matching this topic...

sentenza
sentenza commented Oct 1, 2021

At the very least add:

  • name
  • symbol
  • exchange rate

Also map the first 15 cryptocurrencies using Enumeratum

Example of a JSON representation of a single crypto asset

{

    "id": 1,
    "name": "Bitcoin",
    "symbol": "BTC",
    "slug": "bitcoin",
    "is_active": 1,
    "is_fiat": 0,
    "circulating_supply": 17199862,
    "total_supply": 17199862,
    "max

Improve this page

Add a description, image, and links to the pureconfig topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pureconfig topic, visit your repo's landing page and select "manage topics."

Learn more