Web3
Smartcontracts
Introduction

Smartcontracts

Bywise Virtual Machine (BVM) is the Bywise blockchain virtual machine that allows execution of contracts written in JavaScript. Supports ES2020 (opens in a new tab) including imports, proxies, BigInt and some standard javascript libraries like Math, Date, JSON and others.

To write smart contracts in Bywise, you must know the basics of the language, the basics of blockchain and understand the interface that connects the contract to the blockchain.

This communication is done through the bywise-utils.js library.

Shall we do Hello World?