A Decentralized Privacy-Preserving Publishing Platform.
- Set up local test network (such as Ganache for Ethereum and IPFSServerAPISimulator for Filecoin)
- Configure
truffle-config.js
,contract/Publication.sol
, compile and migrate MyPub contracts - Configure
src/config.js
and build MyPub Front - Configure
src/config.rs
and compile MyPub Encryptor - Configure
GlobalProperties.java
, initialize workspace with encryptor, and build MyPub Service