Skip to content

Commit

Permalink
feat: add SDK integrations for signMessage and connectRequest (FuelLa…
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Oct 29, 2022
1 parent 66569d6 commit 112466b
Show file tree
Hide file tree
Showing 41 changed files with 806 additions and 530 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lerna-debug.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
.DS_Store
*.suo
Expand Down
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.prettierPath": "./node_modules/prettier",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
1 change: 0 additions & 1 deletion packages/app/src/systems/AppConnect/hooks/index.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions packages/app/src/systems/AppConnect/hooks/useAppConnect.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions packages/app/src/systems/AppConnect/index.ts

This file was deleted.

214 changes: 0 additions & 214 deletions packages/app/src/systems/AppConnect/machines/appConnectMachine.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/app/src/systems/AppConnect/machines/index.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/app/src/systems/AppConnect/methods.ts

This file was deleted.

36 changes: 0 additions & 36 deletions packages/app/src/systems/AppConnect/pages/AuthorizeApp.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/app/src/systems/AppConnect/pages/index.tsx

This file was deleted.

Loading

0 comments on commit 112466b

Please sign in to comment.