- To run smartcontract using JS
-
The backend server nodejs src file.
-
The virtual machine is using hypernova for smartcontracts
-
example contracts can be access at
-
- nodejs 8.11.4 : use a version manager for local install
- build (automated dev)
npm start
- Build then open http://localhost:8080 for frontend client
cd build-done && npm install && npm start
-
configs : application global configs
-
docs : collected documents
-
jobworker : virtual machine processing contracts
-
public: static web frontend
-
scripts : deployment scripts
-
src : code to server
- config.js : server port and other server states
-
test : not much yet
-
tools : tools for compilation
- refs: react-server
- usertoken @2018