천천히 앞으로!

천천히 앞으로!

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

천천히 앞으로!

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

Attach(2)

  • (BlockChain) RPC

    RPC Remote Procedure Cell의 약자, 원격 프로시저 호출 별도의 코딩 없이 다른 공간에 서 함수 등을 호출할 수 있는 통신 기술 IPC처럼 admin, eth, miner 등등 이 존재한다 geth를 IPC 파일이 아니라 HTTP 통신으로 조작, 실행하기 HTTP 통신을 사용하기 때문에 port가 열려있으면 외부에서 조작이 가능하다 geth --datadir ~/myGeth --http --http.addr "0.0.0.0" --http.port 8080 --http.corsdomain "*" --http.api "admin,miner,txpool,web3,personal,eth,net" --allow-insecure-unlock --syncmode full --networkid 50 ..

    2023.02.09
  • (BlockChain) IPC

    IPC Inter Process Communication의 약자로 프로세스 간의 통신을 뜻 Process는 컴퓨터에서 실행되고 있는 프로그램을 의미 IPC 통신 전 개인 이더리움 서버 생성 genesis.json 파일을 만들어서 기본 설정을 해준다 { "difficulty": "200000", "gasLimit": "3100000", "alloc": { "개인 메타마스크 지갑 주소": { "balance": "100000000" } }, "config": { "chainId": 50, "homesteadBlock": 0, "eip150Block": 0, "eip155Block": 0, "eip158Block": 0 } } difficulty : 문제의 난이도 gasLimit : 블록당 가스 지출 제한량 ..

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

티스토리툴바