Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiromaily/wallet-demo-using-svelte
svelte sample
https://github.com/hiromaily/wallet-demo-using-svelte
keplr svelte typescript
Last synced: about 2 months ago
JSON representation
svelte sample
- Host: GitHub
- URL: https://github.com/hiromaily/wallet-demo-using-svelte
- Owner: hiromaily
- License: mit
- Created: 2022-06-24T05:29:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T16:15:30.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:15:04.270Z (9 months ago)
- Topics: keplr, svelte, typescript
- Language: TypeScript
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallet-demo-using-svelte
## apps
- [wallet](./apps/wallet/)
## sites
- [wallet on the web](https://hiromaily.github.io/wallet-demo-using-svelte/web/wallet/)
## About Svelte
- [docs](https://github.com/hiromaily/documents/blob/main/frontend/framework/svelte.md)
## WIP
There is a problems when generating proto.
Generated files would include
```
import * as _m0 from "protobufjs/minimal";
```
But it must be
```
import _m0 from 'protobufjs/minimal.js';
```