Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8
- Host: GitHub
- URL: https://github.com/lukso-network/example-dapp-lsps
- Owner: lukso-network
- License: apache-2.0
- Created: 2022-03-31T07:04:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T12:31:51.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:37:00.306Z (5 months ago)
- Topics: dapp, examples, lsp, solidity
- Language: Vue
- Homepage: https://examples.lukso.tech/lsp-dapp/
- Size: 1.16 MB
- Stars: 6
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).