Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 865 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 865 Bytes

Nile Local Instance

The Nile instance is the director for all the local nodes. When a new node enters the network, the node sends its IPNS name to the local Nile instance, this instance will verify and then eventually accepts the node inside the local network inserting a new value in a table (node_id, ipns_name); then the Nile instance will publish the table on IPFS and update its IPNS name to point to the latest version of the table. Clients will then load the frontstore directly gathering this list from IPFS.

Configuration

  1. Install the nodejs dependencies
    npm install
    
  2. Migrate data to the database
    npm run migrate -- up
    

Running

npm start

Testing

npm run test

Contribute

Join us on Discord: https://discord.gg/je27JSc

Read the documentati on here: https://docs.nile.shopping/ss