developer-content icon indicating copy to clipboard operation
developer-content copied to clipboard

fix and improve token-program course

Open wuuer opened this issue 1 year ago • 1 comments

Problem

no try/catch for async/await calls, which is not following CONTRIBUTING.md. [Token Extensions Program] link is wrong. [add a second account on devnet] link is wrong. wrong ts command in the section [Create an Associated Token Account to store the tokens]. console.log displays a wrong explorer link due to "!".

Summary of Changes

add try/catch for async/await calls following CONTRIBUTING.md. delete unnecessary "!" for generating a wrong explorer link. add some missing instructions. fix a wrong ts command for the section [Create an Associated Token Account to store the tokens].

wuuer avatar Sep 27 '24 02:09 wuuer

Also fix the conflicts - thanks!

mikemaccana avatar Oct 04 '24 06:10 mikemaccana

Also fix the conflicts - thanks!

@mikemaccana Done

wuuer avatar Oct 08 '24 03:10 wuuer

Much appreciated thanks @wuuer !

mikemaccana avatar Oct 09 '24 03:10 mikemaccana