Skip to content

Unique blocky identicons generator for Objective-C

License

Notifications You must be signed in to change notification settings

yuzhouwww/Blockies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockies

This library is an Objective-C implementation of the Ethereum fork of Blockies which is intended to be used in iOS, watchOS, tvOS and macOS apps. And the code is literally translated from BlockiesSwift.

Blockies generates unique images (identicons) for a given seed string. Those can be used to create images representing an Ethereum (or other Cryptocurrency) Wallet address or really anything else.

Installation

Clone this repo and drag Blockies.* to your project.

Usage

#import "Blockies.h"

UIImage *image = [Blockies getImgWithSeed:@"n1RZfatTFvkXPUa8M9bGJyV8AZmjLQZQzrt"];

Author

Zhou Yu, [email protected]

License

Blockies is available under the MIT license. See the LICENSE file for more info.

About

Unique blocky identicons generator for Objective-C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published