Skip to content

jgarza9788/CryptocurrencyPriceChecker_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptocurrencyPriceChecker

Asset Store Link
© 2017 Justin Garza

PLEASE LEAVE A REVIEW OR RATE THE PACKAGE IF YOU FIND IT USEFUL! Enjoy! :)

Table of Contents

Contact

Questions, suggestions, help needed?
Contact me at:
Email: [email protected]
Cell: 1-818-251-0647
Contact Info: jgarza9788 - UnityPortfolio

Description Features

Allows to display the current price (in USD) of 100 different Crytocurrencies.

  • get the current price of 100 different Crytocurrencies.
  • 3 sets of icons (color, white, and black).
  • Fully commented C# code.
  • Easily to use
  • Awesome demos!

Terms of Use

Required: please follow Unity's EULA

Suggestion/Optional: please put my name in the credits, or in the special thanks section. :)

Overview

This asset is not for trading, buying, or making predictions on Crytocurrencies.
I AM NOT RESPONSIBLE FOR YOU BUYING OR SELLING CRYPTOCURRENCIES

This asset will help you do two things.

  • get the current price
  • display the name, symbols, and icon

Setup

  1. get api key from https://coinmarketcap.com/api/
    1. there is an option for a free api key
  2. update Cryptocurrencies.cs line 161 and 304.
/*EDIT THIS LINE*/
private static string API_KEY = "";

Scripts

Cryptocurrencies.cs

contains an array of Cryptocurrencies with a few methods to get the icon(s) and current price.

Demo0.cs

this script is used for demo0
Imgur

Demo1.cs

this script is used for demo1
Imgur

SimpleJSON.cs

This script has been provided by Markus Göbel (Bunny83) (as open source software)

Other Scripts

The Other scripts are in this asset, but they are not used in the Demos.

FAQs

Missing Icon for NANO (Known Issue).

i know there is a missing icons for nano.

Error CS0103

The name 'HttpUtility' does not exist in the current context  

if this error occurs please change the API Compatibility Level* to .NET Standard 2.0 Imgur

Too many requests.

this is an issue with the api, and they provide a payment plan if you need to make more requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published