An open API service indexing awesome lists of open source software.

https://github.com/wpdas/alem-template-javascript

Alem DApp Template - JavaScript
https://github.com/wpdas/alem-template-javascript

Last synced: 12 months ago
JSON representation

Alem DApp Template - JavaScript

Awesome Lists containing this project

README

          

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](https://github.com/wpdas/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](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-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**](https://alem.dev).