Skip to content
/ NFT_DAO Public

Developed a web application for NFT marketplace and DAO, with smart contracts for token minting, creating new DAO voting algorithm based on Proof of Stake, and a system evaluation on current consensus algorithm.

License

Notifications You must be signed in to change notification settings

VIVPM/NFT_DAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFT_DAO

Technology

This demo uses:

  • Metamask
  • Truffle
  • Infuria
  • ReactJs
  • Tailwind CSS
  • Ganache-CLI
  • Solidity
  • Web3js
  • Faucet

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.
    # Make sure you have the above prerequisites installed already!
    git clone https://github.com/Daltonic/dominionDAO PROVIDER_NAME
    cd PROVIDER_NAME # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Create an Infuria project, copy and paste your key in the spaces below.
  3. Update the .env file with the following details.
    ENDPOINT_URL=<PROVIDER_URL>
    SECRET_KEY=<SECRET_PHRASE>
    DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
  4. Create a CometChat project, copy and paste your key in the spaces below.
  5. Update the .env file with the following details.
    REACT_APP_COMET_CHAT_REGION=<REGION>
    REACT_APP_COMET_CHAT_APP_ID=<APP_ID>
    REACT_APP_COMET_CHAT_AUTH_KEY=<AUTH_KEY>
  6. Run the app using yarn start

If your confuse about the installation, check out this TUTORIAL to see how you should run it.

Questions about running the demo? Open an issue. We're here to help ✌️

Useful links

About

Developed a web application for NFT marketplace and DAO, with smart contracts for token minting, creating new DAO voting algorithm based on Proof of Stake, and a system evaluation on current consensus algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published