Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://laalaguer.github.io/vechain-token-transfer/
DApp: Transfer VeChain VIP-180 Tokens
https://laalaguer.github.io/vechain-token-transfer/
Last synced: about 2 months ago
JSON representation
DApp: Transfer VeChain VIP-180 Tokens
- Host: GitHub
- URL: https://laalaguer.github.io/vechain-token-transfer/
- Owner: laalaguer
- Created: 2019-01-17T02:53:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T07:56:18.000Z (6 months ago)
- Last Synced: 2024-07-10T09:45:41.057Z (6 months ago)
- Language: Vue
- Homepage: https://laalaguer.github.io/vechain-token-transfer/
- Size: 16 MB
- Stars: 13
- Watchers: 5
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - [VeChainTokens
README
# VeChain Tokens
This web program ONLY runs in the Sync 1 environment.
## Demo
[https://laalaguer.github.io/vechain-token-transfer/](https://laalaguer.github.io/vechain-token-transfer/)## Token Viewer/Transfer on Sync
1. Runs in [VeChain-Sync-Browser](https://github.com/vechain/thor-sync.electron)
2. Depends on web page environment [Connex](https://github.com/vechain/connex)## Add New Tokens
```bash
src/test_contracts.json # add test tokens
src/main_contracts.json # add main tokens
src/assets/?.png # add some pngs as icons
```## Project setup
Uses Node Version 12 (`nvm use v12`)
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Prepare for publish (move to gh pages folder)
```
npm run publish
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).