Skip to content

eostea/eos-generate-key

Repository files navigation

eos-generate-key

Generation and detection for EOS private key and public key.(用于EOS私钥和公钥生成及检测。)

Features(功能)

1. Generate EOS private key and public key.(生成私钥和公钥)。
2. Generate EOS private key and public key width seed. (通过助记词生成私钥和公钥。)
3. Test and verify private/public key. (用来检测公钥或私钥格式的正确性。)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report