Skip to content

Commit

Permalink
changes file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aadarshkt committed May 7, 2022
2 parents 4faba84 + 9ccd66b commit cebb0e3
Show file tree
Hide file tree
Showing 65 changed files with 51,830 additions and 38,403 deletions.
25 changes: 0 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/smart contract/node_modules
/smart contract/artifacts
/smart contract/cache
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
File renamed without changes.
26 changes: 26 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/smart contract/node_modules
/smart contract/artifacts
/smart contract/cache
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
File renamed without changes.
File renamed without changes.
15,010 changes: 15,010 additions & 0 deletions client/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json → client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/App.js → client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ function App() {
const connectWalletPressed = async () => {
const walletResponse = await connectWallet();
setStatus(walletResponse.status);
console.log(walletResponse.status);
console.log(walletResponse.address);
setWallet(walletResponse.address);
};

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit cebb0e3

Please sign in to comment.