Interactive Code School for onboarding newcomers to build DApps on Tezos using SmartPy
47
stars
20
forks
source link
end of cryptowars chapter three: Crypto-primitives.sodium_hash: TypeError: Cannot read property 'from_hex' of undefined #339
Open
michaelkernaghan opened 3 years ago
The script I have for chapter four of crypto wars FA2 module shows no errors when you show the answer, but when you check it gives an error:
import smartpy as sp
Import FA2 template
FA2 = sp.import_script_from_url("https://smartpy.io/dev/templates/FA2.py")
Define Cryber_Token
class Cyber_Token(FA2.FA2): pass
@sp.add_test(name = "Fungible Token") def test(): scenario = sp.test_scenario()
The error is:
but there Is noting indicated in "Show Answer" as wrong