8 min read
Overview
In this tutorial we will look at how we can setup a basic NEAR project from scratch, installing and configuring dependencies and customizing the project to work well with AssemblyScript.
We will first start by initializing our project with a package.json file using NPM, then setting up and configuring/customizing AssemblyScript for our NEAR contract development.
Prerequisites:
- Node.js installed
- Basic javascript/typescript knowledge
- Enthusiasm to complete tutorial