Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libotony/vechain-executor
User interface for vechian on-chain governance.
https://github.com/libotony/vechain-executor
Last synced: 13 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T06:44:14.000Z (7 months ago)
- Last Synced: 2024-11-07T18:00:31.444Z (2 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
```