Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libotony/devpal
A tool help building local dev environment of vechain.
https://github.com/libotony/devpal
Last synced: 13 days ago
JSON representation
A tool help building local dev environment of vechain.
- Host: GitHub
- URL: https://github.com/libotony/devpal
- Owner: libotony
- Created: 2022-05-17T08:48:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T14:50:38.000Z (11 months ago)
- Last Synced: 2024-12-18T12:21:32.923Z (24 days ago)
- Language: Vue
- Size: 1.43 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEVPAL
The best friend of developers, helps setting up the local develop environment.
## Introduction
Devpal is a set of tools to help your development and testing on solo mode and start your blockchain journey smoothly. Devpal contains two tools:+ Insight: a serverless VeChain explorer. It allows you to explore and search for blocks, transactions, and accounts.
+ Inspector: a tool that allows you to deploy and interact with the contract.## How to
[![asciicast](https://asciinema.org/a/495180.png)](https://asciinema.org/a/495180)
``` shell
npx @vechain/devpal [Thor REST URL]
```If `Thor REST URL` was left unset, `http://locahost:8669` will be the default value.