code-smartchain / smartchainhApp

This repository contains the SmartChain holochain app with the WebApp Vuejs UI
3 stars 0 forks source link

SmartChain hApp

Build Status

Repository contains the UI and the hApp for the SmartChain solution based in Holochain.

hApp

Running the tests

Install the Holochain Development Kit as mentioned and run all test by calling

npm run h-test

Built With

when building for development call

npm run h-dev-package

when building for release call

npm run h-package

(needs production conductor to be installed)

Web Application

Built With

Project Setup

npm run dev-install

Compiles and hot-reloads for development

npm run dev-start

Compiles and minifies for production

npm run w-build

Run your tests

npm run w-test

Lints and fixes files

npm run w-lint

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details