buidl-labs / crypto-code-school-inside-tezos

Interactive Code School for onboarding newcomers to build DApps on Tezos using SmartPy
https://cryptocodeschool.in/tezos
MIT License
47 stars 20 forks source link

Fixed old syntax in 03.mdx #359

Open Alvinleenh opened 2 years ago

Alvinleenh commented 2 years ago

Updated syntax change: sp.import_script_from_url -> sp.io.import_script_from_url sp.import_template -> sp.io.import_template sp.bytes_of_string -> sp.utils.bytes_of_string

Fixed typo: assume_consecutive_tokens -> assume_consecutive_token_ids

Please refer to issue #358

Alvinleenh commented 2 years ago

Hi @bhaskarSingh, I would like to request for review on this change. Thanks