Skip to content

Commit

Permalink
Wallet connection
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajdesai78 committed Mar 1, 2024
0 parents commit 5ee65f1
Show file tree
Hide file tree
Showing 28 changed files with 8,746 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions .env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NEXT_PUBLIC_PROJECT_ID=
API_KEY=
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.next
/.swc
/lib
/node_modules

7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}
150 changes: 150 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
# @solana/wallet-adapter-example

## 0.18.31

### Patch Changes

- @solana/wallet-adapter-wallets@0.19.27

## 0.18.30

### Patch Changes

- Updated dependencies [cb29215]
- @solana/wallet-adapter-material-ui@0.16.34
- @solana/wallet-adapter-ant-design@0.11.32
- @solana/wallet-adapter-react-ui@0.9.35
- @solana/wallet-adapter-wallets@0.19.26

## 0.18.29

### Patch Changes

- @solana/wallet-adapter-wallets@0.19.25

## 0.18.28

### Patch Changes

- Updated dependencies [46f06e72]
- @solana/wallet-adapter-wallets@0.19.24

## 0.18.27

### Patch Changes

- @solana/wallet-adapter-wallets@0.19.23

## 0.18.26

### Patch Changes

- @solana/wallet-adapter-wallets@0.19.22

## 0.18.25

### Patch Changes

- Updated dependencies [bdc0eff]
- @solana/wallet-adapter-wallets@0.19.21
- @solana/wallet-adapter-react@0.15.35
- @solana/wallet-adapter-ant-design@0.11.31
- @solana/wallet-adapter-material-ui@0.16.33
- @solana/wallet-adapter-react-ui@0.9.34

## 0.18.24

### Patch Changes

- a3d35a1: Add `signIn` (Sign In With Solana) method
- Updated dependencies [a3d35a1]
- @solana/wallet-adapter-react@0.15.34
- @solana/wallet-adapter-base@0.9.23
- @solana/wallet-adapter-wallets@0.19.20
- @solana/wallet-adapter-ant-design@0.11.30
- @solana/wallet-adapter-material-ui@0.16.32
- @solana/wallet-adapter-react-ui@0.9.33

## 0.18.23

### Patch Changes

- Updated dependencies [7b06737]
- Updated dependencies [ba57f75]
- Updated dependencies [7c6f2e1]
- @solana/wallet-adapter-material-ui@0.16.31
- @solana/wallet-adapter-ant-design@0.11.29
- @solana/wallet-adapter-react-ui@0.9.32
- @solana/wallet-adapter-react@0.15.33
- @solana/wallet-adapter-wallets@0.19.19

## 0.18.22

### Patch Changes

- @solana/wallet-adapter-wallets@0.19.18

## 0.18.21

### Patch Changes

- 3b93799: Fix next.js warnings when building starter project

## 0.18.20

### Patch Changes

- 8a8fdc72: Update dependencies
- Updated dependencies [8a8fdc72]
- @solana/wallet-adapter-wallets@0.19.15
- @solana/wallet-adapter-material-ui@0.16.28
- @solana/wallet-adapter-ant-design@0.11.26
- @solana/wallet-adapter-react-ui@0.9.29
- @solana/wallet-adapter-react@0.15.30
- @solana/wallet-adapter-base@0.9.22

## 0.18.19

### Patch Changes

- f9e20fa0: Updated imports of Material UI icons in such a way that sidesteps the problem described here: https://github.com/mui/material-ui/issues/35233
- Updated dependencies [f9e20fa0]
- @solana/wallet-adapter-material-ui@0.16.27

## 0.18.18

### Patch Changes

- e2a5b34: UI tweaks for wallet modal/dialogs
- Updated dependencies [e2a5b34]
- @solana/wallet-adapter-ant-design@0.11.22
- @solana/wallet-adapter-material-ui@0.16.23
- @solana/wallet-adapter-react-ui@0.9.25

## 0.18.17

### Patch Changes

- 912cc0e: Allow wallets to customize autoConnect handling, adding support for Phantom deep links on iOS
- Updated dependencies [912cc0e]
- @solana/wallet-adapter-base@0.9.20
- @solana/wallet-adapter-react@0.15.26
- @solana/wallet-adapter-react-ui@0.9.24
- @solana/wallet-adapter-ant-design@0.11.21
- @solana/wallet-adapter-material-ui@0.16.22
- @solana/wallet-adapter-wallets@0.19.9

## 0.18.16

### Patch Changes

- 5d016a2: Mobile Wallet Adapter and Wallet Standard support in `@solana/wallet-adapter-react`

- Early Access + Upgrade Guide: https://github.com/solana-labs/wallet-adapter/issues/604
- Changes in this release: https://github.com/solana-labs/wallet-adapter/pull/598

- Updated dependencies [5d016a2]
- @solana/wallet-adapter-react@0.15.22
- @solana/wallet-adapter-ant-design@0.11.17
- @solana/wallet-adapter-material-ui@0.16.18
- @solana/wallet-adapter-react-ui@0.9.20
Loading

0 comments on commit 5ee65f1

Please sign in to comment.