project-serum / serum-ts

Project Serum TypeScript monorepo

Home Page:https://projectserum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bad secret key size

Aysel9 opened this issue · comments

13 | export default function App() {
14 | const connection = new Connection("https://mercurial.rpcpool.com");
15 | const wallet = new Wallet(

16 | Keypair.fromSecretKey(bs58.decode(process.env.PRIVATE_KEY || ""))
| ^
17 | );
18 |
19 | const routeMap = async function fetchMovies() {