Skip to content

Files

Latest commit

Mar 18, 2021
48c80e3 · Mar 18, 2021

History

History

imagesexpress

Images Express DApp

Description

This Express application shows images retrieved from RSK Testnet. The images data is saved in smart contract storage.

Install dependencies

Execute

npm install

Configure

Edit the file config.json:

{
    "host": "https://public-node.testnet.rsk.co:443"
}

If you have a local node synched with RSK testnet, change the host property, ie:

{
    "host": "http://localhost:4444"
}

Launch Dapp

Execute

npm run start

Navigate with your browser to http://localhost:3000.

References