Turn your wallet into your web3 contribution portfolio
members can own their work, build up their contribution portfolio, and help organizers better understand and develop their organizations.
We are addressing DAO recruiting and engagement issues through constructing an on-chain work identity, here is our MVP demo, and an annotated walkthrough of the Hackathon project.
Please checkout our website for more information: https://www.myproof.xyz/
To use this app, you'll need to do the following:
- Run
npm install
to download thenode_modules
folder. - Download the dotenv package in your project directory by running
npm install dotenv --save
in your terminal - Create a
.env
file in the root directory thisproof
by entering the following on your command line:vim .env
and then add your Alchemy API Key and Pinata Key and Secret. Altogether, your.env
file should look like so:
REACT_APP_PINATA_KEY = <pinata-key>
REACT_APP_PINATA_SECRET = <pinata-secret>
REACT_APP_ALCHEMY_KEY = https://eth-ropsten.alchemyapi.io/v2/<alchemy-key>
- Run
npm start
in your terminal to open app in your browser at http://localhost:3000/. - Our smart contract is deployed on Ropsten Test Network, to view your minted Proof badge in your wallet, please switch to Ropsten Test Network and claim your NFT!