Skip to content
View kk-vv's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»
  • Alone
  • ON-CHAIN

Block or report kk-vv

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kk-vv/README.md

Hi cosmos πŸ›°οΈ

  • πŸ§‘β€πŸ’» A Coder ...
  • πŸ€” Looking for real meaning ...
  • πŸ”­ Just watching ...
  • 🌌 Missing ...

Pinned Loading

  1. ts-format-utils ts-format-utils Public

    web3 number format utils

    TypeScript

  2. Extension SwiftyJSON with JSONDecodable Extension SwiftyJSON with JSONDecodable
    1
    import Foundation
    2
    import SwiftyJSON
    3
     
    4
    public protocol JSONDecodable {
    5
     
  3. Biometrics Biometrics
    1
    import UIKit
    2
    import LocalAuthentication
    3
     
    4
    class BiometricsUtils {
    5
     
  4. Swift namespace mixin Swift namespace mixin
    1
    public struct MixinWrapper<Base> {
    2
     public var base: Base
    3
     init(_ base: Base) {
    4
     self.base = base
    5
     }
  5. ZXDrawPrize ZXDrawPrize Public

    iOS lottery by swift

    Swift 11 3

  6. BigInt to string BigInt to string
    1
    import Foundation
    2
    import BigInt
    3
     
    4
    extension BigUInt {
    5
     func string(decimals: Int) -> String {