Skip to content

Reguzzoni/BCCProjectDemo

Repository files navigation

START

npm install npm run postinstall

version libraries

Truffle v5.1.10 (core: 5.1.10) Solidity - ^0.4.24 (solc-js) Node v10.18.0 Web3.js v1.2.1

Install

This repository contains Smart Contract code in Solidity (using Truffle), tests (also using Truffle), dApp scaffolding (using HTML, CSS and JS) and server app scaffolding.

To install, download or clone the repo, then:

npm install truffle compile

Develop Client

To run truffle tests:

truffle test ./test/test.js

To use the dapp:

truffle migrate npm run dapp

To view dapp:

http://localhost:8000

Deploy

To build dapp for prod: npm run dapp:prod

Deploy the contents of the ./dapp folder

Run Client

cd to src/app and run npm start

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published