입금주소 생성

이더리움 2018. 11. 30. 10:46

입금주소 생성


web3 = new Web3(new Web3.providers.HttpProvider("https://ropsten.infura.io/"));

var result=web3.eth.accounts.create('passswordseed')
console.log(result.address);
console.log(result.privateKey);
 

 

시드주소로 쫙쫚 뽑아 내면 됨

 

블로그 이미지

iesay

,