Ya-wen, Jeng 60611c7fe6 chore: update @unirep/core to 2.0.0-beta-6 (#220)
* chore: update @unirep/core to 2.0.0-beta-6

* fix(core): fix social user state
2023-10-28 07:32:18 -05:00
2022-07-05 12:11:58 -05:00
2023-09-06 18:39:08 +08:00
2022-09-05 15:45:55 -05:00
2022-09-08 20:39:22 -05:00
2023-09-06 18:39:08 +08:00
2022-07-12 16:33:48 -05:00
2023-09-06 18:39:08 +08:00
2023-09-06 18:39:08 +08:00
2023-09-06 18:39:08 +08:00

Unirep Social

Github license Linter eslint Code style prettier Circle CI

💡 About Unirep Social

UniRep Social is a social media that is built upon the Unirep Protocol. The users of Unirep Social can publish posts, leave comments anonymously, and also give boost/squash to other users anonymously. User can also prove how much reputation he has when posting/commenting.

🔋 Requirements

🛠 Installation

Install and build

yarn && yarn build

🌈 Run Unirep Social in local

1. Start a blockchain environment

cd packages/core && npx hardhat node

2. Deploy Unirep and Unirep Social smart contracts

in new terminal window, from root:

yarn core deploy

3 Start a relayer (backend)

Copy the .env.example file to an .env file in packages/backend Then grant permission from Twitter and Github Oauth.

in new terminal window, from root, start a backend server by

yarn backend start

4. Start a frontend

in new terminal window, from root,

yarn frontend start

It will be running at: http://127.0.0.1:3000/ by default.

🎯 Contributing

Contributions are always welcome! Feel free to open any issue or send a pull request. Go to CONTRIBUTING.md and CODE_OF_CONDUCT.md to learn about how to contribute to Unirep project!

🙌🏻 Join our community

  • Discord server:
  • Twitter account:
  • Telegram group:

Privacy & Scaling Explorations

This project is supported by Privacy & Scaling Explorations in Ethereum Foundation. See more projects on: https://pse.dev/.

Description
No description provided
Readme MIT 18 MiB
Languages
TypeScript 76.4%
JavaScript 11.8%
SCSS 10.4%
Circom 0.5%
Shell 0.5%
Other 0.4%