/alem-template-javascript

Alem DApp Template - JavaScript

Primary LanguageJavaScript

Alem logo

Além Template DApp

Além is a web3 JavaScript / TypeScript library to create web3 apps for Near BOS.

This project was bootstrapped with Create Alem DApp.

Available Scripts

You’ll need to have Node 18.0.0 or later version on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

You can use npm or yarn to execute the commands below.

npm start

Runs the app.
Your browser is going to open automatically.

The page will reload when you make changes.

npm build

Generates the project bundle file to be deployed.

npm deploy:mainnet

Deploy project to mainnet

npm deploy:testnet

Deploy project to testnet

Environment

Create and use the .env file to set up the project's environment vars. The absence of this file means the NODE_ENV=production.

Documentation

You can find the Alem documentation on the website.