This is a simple dapp voting system made with solidity and nextjs
If you wish to test this application with your own Turing deployed contract, you can do so by just setting up your NEXT_PUBLIC_CONTRACT_ADDRESS environment variable.
The variable is set using the .env.development file.
After that, you can just run it by:
yarn dev