mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-16 23:26:45 +00:00
feat: linting + prettier
This commit is contained in:
@@ -4,4 +4,4 @@ import bs58 from "bs58";
|
||||
export const keypair = Keypair.generate();
|
||||
|
||||
console.log(keypair.publicKey.toString());
|
||||
console.log(bs58.encode(keypair.secretKey));
|
||||
console.log(bs58.encode(keypair.secretKey));
|
||||
|
||||
Reference in New Issue
Block a user