clearloop

Results 147 issues of 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

A0-pleasereview
A2-mergeoncegreen

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...

A0-pleasereview
B2-breaking-apis

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...

A0-pleasereview

This PR is for debugging https://github.com/gear-tech/fork-action/issues/40

A4-insubstantial
A5-dontmerge

### 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...

C1-feature

A basic ERC20 implementation ### Tasks - [ ] ~~function~~ - [ ] ~~dynamic arguments~~ - [x] storage - [x] write storage in constructor - [x] read storage - [...