-
1. check to see if user already onboard
2. if yes - show "generate GUN keypair"
3. if no - only show "generate key pair"
-
http://www.kailing.pub/article/index/arcid/106.html
KL博客,kl博客,java,php学习心得技术分享,一个爱折腾的程序猿
-
### Background
Supply chain security is critical. Signing docker containers is one of the ways to ensure the image pushed to the registry is actually what was built.
https://github.com/sigstore/c…
-
Right now while using CurveZMQ, client needs to know the server public key and server can have only one public key.
Sample server code
```
listener = ctx.socket(zmq.ROUTER)
publicServer, secre…
-
const { Keypair, Address } = require ("@helium/crypto")
const { PaymentV1, Transaction } = require ("@helium/transactions")
const { Client } = require ("@helium/http")
make_transaction();
async …
-
Hello all,
I'm writing a basic program to get the public key from a private key using this code:
`return ec.keyFromPrivate(privateKey).getPublic('hex')`
Where the privateKey is: 8857508225632…
-
I need to perform some validation on received ECDSA keys.
I tried the following code:
```javascript
const key = Buffer.from('asdfasf', 'base64').toString('ascii'));
const kp = ec.keyFromPrivate(…
-
In the `KeystoreHelperService` the method `createSecretKey()` takes in a seed as parameter. As far as I can see this call is only made in `EncryptionKeyEndpoint` which exposes an endpoint `/Encryption…
-
Show the basic code to connect to a wallet. Use [wallet-adapter](https://github.com/solana-labs/wallet-adapter)
Recipe: Keypairs and Wallets
Must have connection code for at least one of the fol…
-
Currently, it would seem that bee-desktop generates its own keypair when it loads up.
This issue is to propose that as well as this default option, there is an option for a user to connect their ex…