• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Codemotion Magazine

We code the future. Together

  • Discover
    • Events
    • Community
    • Partners
    • Become a partner
    • Hackathons
  • Magazine
    • Backend
    • Frontend
    • AI/ML
    • DevOps
    • Dev Life
    • Soft Skills
    • Infographics
  • Talent
    • Discover Talent
    • Jobs
    • Manifesto
  • Companies
  • For Business
    • EN
    • IT
    • ES
  • Sign in
ads

Vito GentileDecember 1, 2019

Blockchain in JavaScript with Lisk Alpha SDK

Blockchain
facebooktwitterlinkedinreddit

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.

Recommended article
blockchain, avascan, avalanche, defikingdom, subnet
May 17, 2022

How to Deploy a Subnet on Avalanche Blockchain: The Case of DeFi Kingdom

Codemotion

Codemotion

Blockchain

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: