천천히 앞으로!

천천히 앞으로!

  • 분류 전체보기
    • HTML&CSS
    • Javascript
    • Node.js
    • React
    • BlockChain
    • C++
    • Programmers
    • TypeScript
    • Project
    • Life
    • DevOps
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

천천히 앞으로!

컨텐츠 검색

태그

CI/CD typescript Blockchain 배열 nft JavaScript solidity metamask multer Token ERC721 자료구조 JS programmers 프로그래머스 nodejs Ethereum TS react Interface

최근글

댓글

공지사항

아카이브

DAPP(1)

  • (BlockChain) Solidity를 이용한 투표 DApp 구현

    express/contracts내 Vote.sol 파일 작성 // SPDX-License-Identifier: MIT pragma solidity ^0.8.18; contract Vote { string[] public candidateList; mapping(string => uint) public votesReceived; event Voted(string candidate, uint votes); constructor(string[] memory _candidateNames) { candidateList = _candidateNames; } function validCandidate(string memory candidate) private view returns (bool) { for (uint ..

    2023.03.08
이전
1
다음
티스토리
© 2025 TISTORY. All rights reserved.

티스토리툴바