Questions tagged [rust-wasm]
121 questions
-2
votes
1 answer
I'm trying to deploy a Secret Network NFT with a deploy script, but secret.js does not appear to have Secp256k1Pen?
I am building a Secret NFT and I'm following this tutorial https://youtu.be/jRuSOos9ig4. I tried to deploy the NFT like this video narrator does around 31:12. I ran a the deploy-nft.js file that failed at this line:
const signingPen = await…

ChristianOConnor
- 820
- 7
- 29