Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```