A Decentralized professional networking and career development social media app built with Web3 technologies
Note: The react application uses symlinks to obtain the artifacts of the blockchain folder. Make sure your system works with symlinks properly (ex: unix systems). Setups with FAT filesystem will not work with this.
# Terminal 1
cd blockchain
make compile
make test
make local
# Terminal 2
cd blockchain
make deploy-local
# Terminal 3
make frontend
BlockedIn is available under the GNU General Public License version 3. See the LICENSE file for more info.