This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import asyncio | |
import os | |
import sys | |
from typing import Optional | |
import asyncclick as click | |
from core import logging | |
from core.requester import Requester | |
from core.util import file_util |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tokenId": 71956, | |
"collection": 71956, | |
"image": 61531, | |
"name": 60781, | |
"description": 54560, | |
"attributes": 30199, | |
"external_url": 15734, | |
"animation_url": 7761, | |
"edition": 4929, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Created by Krishan Patel. | |
* Copyright (c) 2014. Rocko Labs Ltd. All Rights Reserved. | |
*/ | |
package com.rockolabs.kites.adapters; | |
import android.content.Context; | |
import android.content.res.TypedArray; | |
import android.graphics.Canvas; |