Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 943 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 943 Bytes

DoraID

DoraID is a general DID and staking solution in Dora Factory's Ethereum Factory. It connects Dora Factory's products across the Ethereum and BSC ecosystems. The article explaining DoraID is https://dorafactory.medium.com/doraid-a-solution-for-did-and-staking-on-dora-factory-1fe2f4d942cf.

Bug Bounty

We are hosting a bug bounty with Immunefi, you can access the bounty at www.immunefi.com/bounty/dorafactory.

Contract and Frontend for Testing

A BSC testnet contract is available: 0x22CC3F3db9255b6b228A859Dc55156f840733139 A frontend for testing purpose can be accessed here: https://dorafactory.github.io/DoraID/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.