• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Codemotion Magazine

Codemotion Magazine

We code the future. Together

  • Discover
    • Live
    • Tech Communities
    • Hackathons
    • Coding Challenges
    • For Kids
  • Watch
    • Talks
    • Playlists
    • Edu Paths
  • Magazine
    • AI/ML
    • Backend
    • Frontend
    • Dev Life
    • DevOps
    • Soft Skills
  • Talent
  • Partners
  • For Companies
Home » Backend » Blockchain » Blockchain in JavaScript with Lisk Alpha SDK
Blockchain

Blockchain in JavaScript with Lisk Alpha SDK

Lisk has recently release the Alpha SDK, which allows to create and register new Blockchain transactions with few lines of codes in Javascript. Learn more!

Last update December 1, 2019 by Vito Gentile

Blockchain has witnessed a growing interest in the last few years. And this is not a surprise. Thanks to this technology, you can create transactions that are then included in a distributed database. Such database is distributed in a peer-to-peer (P2P) system, and each transaction is verified by the majority of participants to the whole system. In other words, a transaction is verified by peers, with no certification authorities.

The interest towards Blockchain involves many business areas, but all of them require developers. And programming to support Blockchain is not always easy. This is one of the reasons why the team of Lisk decided to release the new Alpha SDK, providing a reliable and easy to use JavaScript interface.

By using this new SDK, developers can create and register new Blockchain transactions with few lines of codes. Here is a snippet, to quickly get the idea: