일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Blockchain
- next.js
- incentive
- Goerlifaucet
- JavaScript
- 코딩테스트
- 해쉬테이블
- @debug
- 스마트컨트랙트
- Sass
- 다중서명계약
- HTMLFormElement
- 자료구조
- goerli
- currentTarget
- wallet
- 블록체인
- S3
- next-connect
- methoidID
- geth
- Codestates
- TypeScript
- set-cookie
- keccak256
- CA불러오기
- scss
- 자바스크립트
- webpack
- ts-loader
- Today
- Total
목록wallet (2)
Minwook’s portfolio

keystore란? 인터페이스 기능을 가지고 있는 객체(Object) 12단어의 시드를 보유하고 이 시드를 통해 주소와 개인키를 생성하여 transaction에 사용 할 수 있다. 1. 패키지 설치 $npm install eth-lightwallet 2. 무작위 memonic 생성 let mnemonic = lightwallet.keystore.generateRandomSeed(); console.log(mnemonic); //camp vote couch goddess series purse stock fence boring either legend enrich memonic은 항상 다른 결과가 출력됩니다. 3. 생성한 memonic으로 새로운 lightwallet keystore 생성 password,..

1.Geth설치(우분투 20.04v) Launchpad PPA(Personal Package Archives) 활성화를 위해 아래 코드를 실행합니다 $sudo add-apt-repository -y ppa:ethereum/ethereum https://itsfoss.com/ppa-guide/ /dev/null --goerli //goerli 테스트서버접속 https://geth.ethereum.org/docs/interface/javascript-console Ctrl + D 또는 exit를 타이핑하여 콘솔을 종료 할 수 있습니다. Welcome to the Geth JavaScript console! instance: Geth/v1.10.23-stable-d901d853/linux-amd64/go1.1..