Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# web-sample-2
# Web Sample App

## Setup

You will need a `APPID` in order to run the sample application.

To obtain a key, you will have to register at : https://developer.blockv.io/request-access to request a development key.

Once you have obtained a key, simply open the `src/Common/Blockv.js` file and replace `{{APPID}}` with your key.

## Installation

Download the repo, make sure you have Node.js & npm installed on your machine.

### How do I know if I have node isntalled?

Open your terminal or command promt (windows)

Type in <code>node -v</code>

If your terminal responds with a version - You should be ready to proceed to installation

If your terminal responds with an error, you can install node.js from here: https://nodejs.org/en/

Once you have completed the Node.js and NPM install, follow the instructions below:


In your terminal, navigate to the folder where the repo has been downloaded to and type in the following command:

<code> npm install </code>

Once installation is complete, simply run the application in the same terminal window by typing in:

<code> npm run </code>

Your application should be up and running and ready to test.