Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukso-network/example-dapp-lsps

Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8
https://github.com/lukso-network/example-dapp-lsps

dapp examples lsp solidity

Last synced: about 1 month ago
JSON representation

Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8

Awesome Lists containing this project

README

        

# Example dApp for LSPs

Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8, built with Vue.js 3.

## Deployment and Hosting

All example dApps on LUKSO are deployed using a custom CI/CD script to host several repositories to one domain with several subfolders. Please deploy merged changes with the GitHub Workflow in the [example-hosting](https://github.com/lukso-network/example-hosting) repository.

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Test Production locally

```
npm install -g serve
serve -s dist
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).