VaccineX is a distributed marketplace for genome data used in vaccine development. Most viruses mutates over time and in order to be up to date in a vaccine development proccess research teams must have access to recent genome mutations.
- Collaborative - Marketplace allows research groups share data with their partners worldwide for free by controlling access to that information using proxy re-encryption scheme provided by NuCypher.
- Distributed - The network is censorship-resistant and allows research teams share pre-encrypted genome data using IPFS without centralized cloud services.
- Decentralized - VaccineX is a blockchain agnostic project which gives users an ability pay for digital assets using Ethereum and ERC20 tokens.
You could found a project presentation here Please check out video presentation and quick project demo
- Node >10
- Angular cli (Run
npm install -g @angular/cli
to install if you don't have it)
- Make sure you have a working VaccineX API server that could be found in that repository
- Set up a set of NuCypher's Ursula nodes on federated only network configuration, you could found a step-by-step instrufctions here
- Run a Docker container with Vaccinex NuCypher Service
- Clone this repository
- Install repository dependencies with
npm install
- Start application by typing
ng serve
- Check port :4200