# DAPP_project **Repository Path**: chenying031003/dapp_project ## Basic Information - **Project Name**: DAPP_project - **Description**: 基于数字签名技术的打卡DAPP开发 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-18 - **Last Updated**: 2023-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DAPP_project 此项目为基于区块链数字签名技术的实现打卡功能的软件开发。 本项目运用了solidity语言进行智能合约编程,使用truffle进行项目开发部署,使用Ganache测试链进行调试。 在此基础上使用HTML/CSS/JavaScript开发前端功能。 ## 目录介绍 contracts为sol合约文件目录,migrations为合约部署文件,src为前端资源文件目录。