Giter VIP home page Giter VIP logo

slimduet_wallet_applet's Introduction

Cold Wallet Sample

This is a sample Applet based on the Java Card standard platform that combines a cold wallet with a BIP. Before using this example, there are some prerequisites

Prerequisites

  • Card Support: You should use Java Card that supports Java Card framwork version 3.0.4 (or above), globalplatform version 2.2.1 (or above), and UICC API for Java Card
  • Server: If you want to use the BIP channel as a communication medium, you should create a Server yourself as the entity that communicates with Java Card
  • File system: According to your implementation, you should create your own file system for your Applet to save relevant sensitive data, such as: IP address, key, etc.

Usage

Convert cap files using any tool that can load and manage applets on JavaCard (e.g GlobalPlatformPro)

File system architecture

The file structure used in this example is:

  • MF_3F00
    • DF_BIP
      • EF_CARD_ID
      • EF_BIP_IP
      • EF_BIP_Port
    • DF_COLDWALLET
      • EF_MENU_MNEMONICWORD
      • EF_LanguageName
      • EF_MenuWording1
      • EF_MenuWording2
      • EF_MenuWording3
      • EF_MenuWording4

Notes

The elliptic curve algorithm scalar multiplied by a given point in this example is suitable for SIMoME series cards of Taisys. For details, please refer to SECP256k1

License

This work is licensed under GPLv3 License. See LICENSE for details.

Contact Us

Have any problem? You can click here.

slimduet_wallet_applet's People

Contributors

taisysteam avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.