Jiege

Results 10 issues of Jiege

我在尝试将Hera集成到ReactNative项目中时,成功打包后,在运行demoApp示例小程序时,报下列错误: ![image](https://user-images.githubusercontent.com/11857846/124090196-2e782d00-da87-11eb-90e8-c3e512118405.png) 即: - "Uncaught ReferenceError: define is not defined" - "Uncaught ReferenceError: ServiceJSBridge is not defined" 不知道是Hera项目中demeApp示例小程序的版本问题,还是Hera中解析处理的问题,还是什么别的问题? (直接将Hera打包成Android端的apk,确实是可运行不报错的;)

比如 `inflate(context, R.layout.hera_toast_view, this)`,`R.layout.hera_toast_view`中,`hera_toast_view`这个布局文件在哪儿?`/res`路径下没有欸。翻遍了所有源码都没找到。 (问题有点琐碎,提前致谢)

如题,不应该每行一个么?

希望从可读性很差的压缩混淆后的微信基础库的代码中,基于AST,能否得到一些可读性稍微好点的代码? 有这样的一些工具吗?

Fix a mistake of the SignatureToken in vm.md ## Motivation (Write your motivation for proposed changes here.) ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? (Write your answer...

Add Move whitepaper in chinese **Thank you for making this list awesome! Please make sure that your addition follows the format `[project_name](link) - Description.` and other [contribution requirements](https://github.com/MystenLabs/awesome-move/blob/main/CONTRIBUTING.md#contributing) such as...

Error Message : `[Validation Code: INVALID_AUTH_KEY](panic: vm_error: Invalid transaction: Type: Validation Code: INVALID_AUTH_KEY)` When I run the token or transactions examples, here is the error info above.

Thanks for sharing the miniApp project. But how can I run it ?