https://github.com/wpdas/alem-template-typescript
Alem DApp Template - TypeScript
https://github.com/wpdas/alem-template-typescript
Last synced: about 2 months ago
JSON representation
Alem DApp Template - TypeScript
- Host: GitHub
- URL: https://github.com/wpdas/alem-template-typescript
- Owner: wpdas
- Created: 2024-03-05T21:27:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T01:04:57.000Z (about 2 years ago)
- Last Synced: 2025-01-13T01:11:43.743Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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).