element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum Upcoming RoadTest: Blockchain Security 2Go starter kit
  • Blogs
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 13 replies
  • Subscribers 2562 subscribers
  • Views 1421 views
  • Users 0 members are here
  • scasny
Related

Upcoming RoadTest: Blockchain Security 2Go starter kit

rscasny
rscasny over 6 years ago

I am going to be running a roadtest on the Infineon Blockchain Security 2Go starter kit. I wanted to preview the kit and obtain some feedback from community members.image

 

What is the Blockchain Security 2Go starter kit?

 

Infineon’s Blockchain Security 2Go starter kit provides a fast and easy way to build best-in-class security into your blockchain system design. This generic kit supports an evaluation environment for many different kinds of Blockchain technologies. It provides a lean feature set as well as open source application examples, which enable new ideas to flourish and to generate a secured physical link from the digital to the real world.

 

What's included in the kit?

 

  • Five ready-to-use NFC cards, supporting basic blockchain functionalities such as secure key generation, signing methods, pin protection and many more
  • On-card software that supports commands for key-management, signature creation and PIN authentication
  • Access to Infineon’s blockchain git hub: Open source example application code, such as a smartphone app operating with the card

 

Here are the main features:

 

NFC cards

  • Credit card size format (ID1)
  • Infineon security controller chip
  • Contactless communication interface ISO 14443 Type A

 

On-card software commands

  • Key-management
  • Signature creation
  • PIN authentication

 

Open-source software

  • Android example app demonstrating a crypto wallet for Ethereum/ERC-20 tokens and a Smart Contract voting demo
  • Python library abstracting the
  • Blockchain Security 2Go API

 

Here are some video links about the kit:

 

https://e.video-cdn.net/share?video-id=7k2xBuhwB8Xsv3C9s6oyJv&player-id=E9W5foaMoUuxrto5-fGaPP

https://www.infineon.com/cms/en/product/promopages/blockchain/?redirId=100002

 

What do you think of the kit? How would you roadtest it? What questions do you have about the kit? (Please comment below.)

 

 

Randall Scasny

RoadTest Program Manager

  • Sign in to reply
  • Cancel

Top Replies

  • DAB
    DAB over 6 years ago +6
    Hi Randall, Interesting kit, but you might want to do a webinar or a post explaining the Blockchain technology so that people can get an idea of what it can do for them. I think most of us have only heard…
  • BigG
    BigG over 6 years ago +5
    I had a quick read through the information provided in the links to see if it answered the question "what can you actually do with the kit". I found an answer on the github page... https://github.com/Infineon…
  • ralphjy
    ralphjy over 6 years ago +4
    I agree with DAB that a webinar would be quite helpful. And thanks for posting the kit links. The video and other documentation are quite informative. The Infineon GitHub repository is also useful: https…
Parents
  • ralphjy
    ralphjy over 6 years ago

    I agree with DAB that a webinar would be quite helpful.  And thanks for posting the kit links.  The video and other documentation are quite informative.  The Infineon GitHub repository is also useful: https://github.com/Infineon/Blockchain.  Got me thinking about how one would go about building their own blockchain to interact with the security kit and I came across the Cosmos blockchain ecosystem: https://cosmos.network/intro that seems quite interesting.

     

    I guess if you want to use a mobile app with this roadtest it would have to be on an Android device as I think Apple devices still don't properly handle NFC.  Luckily, there is a Python implementation so you can use a computer with an NFC interface instead.

     

    Ralph

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • ralphjy
    ralphjy over 6 years ago

    I agree with DAB that a webinar would be quite helpful.  And thanks for posting the kit links.  The video and other documentation are quite informative.  The Infineon GitHub repository is also useful: https://github.com/Infineon/Blockchain.  Got me thinking about how one would go about building their own blockchain to interact with the security kit and I came across the Cosmos blockchain ecosystem: https://cosmos.network/intro that seems quite interesting.

     

    I guess if you want to use a mobile app with this roadtest it would have to be on an Android device as I think Apple devices still don't properly handle NFC.  Luckily, there is a Python implementation so you can use a computer with an NFC interface instead.

     

    Ralph

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube