Skip to content

Commit

Permalink
Merge pull request #4 from atmoner/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
atmoner authored Nov 4, 2023
2 parents df1f673 + 3126513 commit c1addf1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# cosmjs-examples
# CosmJs Examples

✨ Javascript example for cosmJs cosmos sdk

![App Screenshot](https://i.imgur.com/WikPlI6.png)


## Installation

Install cosmjs-examples dev

```bash
git clone https://github.com/atmoner/cosmjs-examples.git
cd cosmjs-examples
yarn
yarn docs:dev
```

## Demo

[https://atmoner.github.io/cosmjs-examples/](https://atmoner.github.io/cosmjs-examples/)

## Authors

- [@atmoner](https://github.com/atmoner)

1 change: 1 addition & 0 deletions src/.vuepress/components/simpleConnect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default {
this.getClient = client
this.loaded = true
this.inLoading = false
client.disconnect();
} catch (error) {
this.getClient = "Error! Try again"
this.loaded = true
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/components/simpleSign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default {
this.getSign = accounts
this.loaded = true
this.inLoading = false
client.disconnect();
},
closeResulte() {
this.loaded = false
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/components/test.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default {
this.getBlock = getBlock.header
this.loaded = true
this.inLoading = false
client.disconnect();
} catch (error) {
this.getBlock = "Error! Try again"
this.loaded = true
Expand Down

0 comments on commit c1addf1

Please sign in to comment.