https://github.com/libotony/vechain-executor
User interface for vechian on-chain governance.
https://github.com/libotony/vechain-executor
Last synced: 3 months ago
JSON representation
User interface for vechian on-chain governance.
- Host: GitHub
- URL: https://github.com/libotony/vechain-executor
- Owner: libotony
- Created: 2022-10-18T08:37:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T12:54:36.000Z (12 months ago)
- Last Synced: 2025-07-01T13:53:35.264Z (12 months ago)
- Language: Vue
- Homepage: https://libotony.github.io/vechain-executor
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Executor
A dApp interacting with [VeChain Executor](https://github.com/vechain/thor/blob/master/builtin/gen/executor.sol), also known as **on-chain governance mechanism**.
Deployed version: https://libotony.github.io/vechain-executor
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```