clearloop
clearloop
## Spec Using `vue-polkadot` just like `metamask`. 1. `vue-polkadot/apps`'s functions are duplicate to `polkadot/apps`, just different implementation in some way, and we can do it better. 2. `apps` has wallet...
we have well-built frontend toolkits https://github.com/gear-foundation/dapps/tree/master/frontend/packages, but it is currently not mentioned in our wiki
## Problem ref #143 , the wasm files are big as well, for example https://github.com/gear-foundation/dapps/tree/master/frontend/apps/escrow/src/assets/wasm, plus the wasm files are changing while the development of contracts, so a `compile` script...
## Summary - [ ] more details for `run_code`
Refactor of #4022. Ref #4009 @gear-tech/dev
the arch of `gtest` was forced to be synchronous since `gear_lazy_pages` should only be initialized for once ( if I'm not mistaken ), however since **we have already checked the...
Resolves #3895 This PR basically combines `gclient` and `gtest` into the same interface which helps users re-using their code for both testing and client-side operations ``` The key points of...
This PR is for debugging https://github.com/gear-tech/fork-action/issues/40
### Problem to Solve `gtest` and `gclient` have different logic layout in users' code that users have to write client-style code for twice for - testing - developing related tools...
A basic ERC20 implementation ### Tasks - [ ] ~~function~~ - [ ] ~~dynamic arguments~~ - [x] storage - [x] write storage in constructor - [x] read storage - [...