ava-labs / hypersdk

Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche
https://hypersdk.xyz/
Other
193 stars 100 forks source link

Fix Token Wallet build #1125

Closed joshua-kim closed 1 month ago

joshua-kim commented 1 month ago

Running the token wallet build script outputs:

# Building target: darwin/universal

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
    panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x1048d2eb4]

My IDE is also complaining about this line which references a non-existent directory for goembed.

We should also make sure building the token wallet is reflected in CI. Seems like our CI isn't picking this up.

containerman17 commented 1 month ago

This might become obsolete in a week or so if we rebuild the frontend for TokenVM. Please hold on. UPD: It looks like we are not going to rebuild the frontend of TokenVM in the examples folder. Instead, we will create a separate repository.