Skip to content

Commit

Permalink
#29 Feat: 신원인증 블록체인 fabric 로직 구현[박한솔]
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhcsols committed Oct 16, 2024
1 parent 95d923d commit b743720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package web3.controller.Identity;public class IdentityController {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package web3.service.Identity;public class IdentityService {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package web3.service.dto.Identity;public class StudentCertificationDto {
}

0 comments on commit b743720

Please sign in to comment.