Generation and detection for Fibos private key and public key.(用于Fibos私钥和公钥生成及检测。)
1. Generate Fibos private key and public key.(生成私钥和公钥)。
2. Test and verify private/public key. (用来检测公钥或私钥格式的正确性。)
# 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