Skip to main content

Javascript Contract Development

JavaScript is the most popular programming language, used by nearly 14 million developers worldwide.

You can write smart-contracts in JavaScript or Typescript, and our SDK will pack them with a lightweight runtime.

This can then be compiled into a single Wasm file that can be deployed into the NEAR network.

info

For more information, you can refer the NEAR docs

Create Your First Javascript Contract

Create your first Javascript contract in minutes:

  1. Download and install Node.js.
  2. Create a new javascript project using the NEAR quickstart guide.
  3. Read the NEAR docs on how to write smart contract.