基于区块链的毕业设计vanity-eth-js – 虚荣eth js
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计vanity-eth-js – 虚荣eth js 是一篇很好的国外资料
vanity-eth-js
This is just a really quick project that generates an ethereum wallet with backup passphrase that can be imported into different wallets like Metamask and Rainbow.
Why would I want this?
You probably don’t and it puts you in unnecessary risk of exposing your private keys. This will only help you generated an ethereum address that matches some criteria, eg., addresses that start with 0xdead
. It’s a silly vanity thing.
However, what’s slightly different about this generator from others is that others only give you a private key for the address generated. This also gives you the backup passphrase which can be used for HD (brain) wallets. And why would you want that? I don’t know but it makes adding the wallet to Metamask or Rainbow pretty easy.
Usage
It’s pretty barebones and not user friendly. Edit the source file src/main.js
and set the prefix or any other criteria you want. It can take upwards of 10 minutes or so to match a prefix like 0xdead
. Run with yarn start
.
Contributions
Any contributions are welcome in the form of a PR. Issues are likely to be ignored for this as it’s such a small project and it has served its purpose for me. However, I am happy to make small changes if requested nicely
vanity-eth-js
This is just a really quick project that generates an ethereum wallet with backup passphrase that can be imported into different wallets like Metamask and Rainbow.
Why would I want this?
You probably don’t and it puts you in unnecessary risk of exposing your private keys. This will only help you generated an ethereum address that matches some criteria, eg., addresses that start with 0xdead
. It’s a silly vanity thing.
However, what’s slightly different about this generator from others is that others only give you a private key for the address generated. This also gives you the backup passphrase which can be used for HD (brain) wallets. And why would you want that? I don’t know but it makes adding the wallet to Metamask or Rainbow pretty easy.
Usage
It’s pretty barebones and not user friendly. Edit the source file src/main.js
and set the prefix or any other criteria you want. It can take upwards of 10 minutes or so to match a prefix like 0xdead
. Run with yarn start
.
Contributions
Any contributions are welcome in the form of a PR. Issues are likely to be ignored for this as it’s such a small project and it has served its purpose for me. However, I am happy to make small changes if requested nicely
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计vanity-eth-js – 虚荣eth js