恒星认证服务器库 用于实现的服务器端库。 安装 使用以下方法安装软件包: npm install stellar-auth-server --save 用法 初始化 const StellarAuth = require ( 'stellar-auth-server' ) ; const serverKeyPair = StellarSdk . Keypair . fromSecret ( 'SDL...A2J' ) ; // optional param const options = { challengeExpiresIn : 300 , // 5 minutes invalidSequence : '0' , anchorName : 'Anchor server' } const stellarAuth = new StellarAuth ( serverKeyP