Skip to content

Commit

Permalink
update README, gitignore and remove schema json from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
udit-gulati committed Jul 11, 2022
1 parent 7b8425c commit ebe2ba0
Show file tree
Hide file tree
Showing 31 changed files with 13 additions and 662 deletions.
1 change: 1 addition & 0 deletions counter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
frontend/node_modules/
target/
artifacts/
contracts/schema/
18 changes: 0 additions & 18 deletions counter/contracts/schema/constants.json

This file was deleted.

14 changes: 0 additions & 14 deletions counter/contracts/schema/count_response.json

This file was deleted.

39 changes: 0 additions & 39 deletions counter/contracts/schema/execute_msg.json

This file was deleted.

14 changes: 0 additions & 14 deletions counter/contracts/schema/instantiate_msg.json

This file was deleted.

18 changes: 0 additions & 18 deletions counter/contracts/schema/query_msg.json

This file was deleted.

4 changes: 4 additions & 0 deletions erc20/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
target/
artifacts/
contracts/schema/
4 changes: 0 additions & 4 deletions erc20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ In the project folder you'll have following items:
- You can add tests for your scripts here.

- `junokit.config.js`: Junokit configuration file.

# Frontend

This folder contains frontend code for erc-20 example.
19 changes: 0 additions & 19 deletions erc20/contracts/schema/allowance_response.json

This file was deleted.

19 changes: 0 additions & 19 deletions erc20/contracts/schema/balance_response.json

This file was deleted.

23 changes: 0 additions & 23 deletions erc20/contracts/schema/constants.json

This file was deleted.

108 changes: 0 additions & 108 deletions erc20/contracts/schema/execute_msg.json

This file was deleted.

51 changes: 0 additions & 51 deletions erc20/contracts/schema/instantiate_msg.json

This file was deleted.

Loading

0 comments on commit ebe2ba0

Please sign in to comment.