Skip to content

Commit

Permalink
feat(finish-up): implemented major featuires
Browse files Browse the repository at this point in the history
- chat feature
- access control
- trading
- profile

TODO: cleanup and protected routes
  • Loading branch information
Aman-zishan committed Dec 4, 2023
1 parent 20f145d commit 34f14b6
Show file tree
Hide file tree
Showing 17 changed files with 1,206 additions and 560 deletions.
175 changes: 173 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@hirosystems/clarinet-sdk": "^1.1.0",
"@micro-stacks/react": "^1.0.9",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
Expand All @@ -21,8 +22,10 @@
"@stacks/encryption": "^6.9.0",
"@stacks/network": "^6.8.1",
"@stacks/transactions": "^6.9.0",
"@supabase/supabase-js": "^2.39.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"jotai": "^2.6.0",
"lucide-react": "^0.294.0",
"query-string": "^8.1.0",
Expand All @@ -32,7 +35,8 @@
"react-scroll-to-bottom": "^4.2.0",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
Expand All @@ -42,6 +46,7 @@
"@types/node": "18.13.0",
"@types/react-dom": "^18.0.11",
"@types/react-scroll-to-bottom": "^4.2.4",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion settings/Devnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ balance = 10_000_000_000

[accounts.wallet_1]
mnemonic = "sell invite acquire kitten bamboo drastic jelly vivid peace spawn twice guilt pave pen trash pretty park cube fragile unaware remain midnight betray rebuild"
balance = 100_000_000_000_000
balance = 10_000_000_000
# secret_key: 7287ba251d44a4d3fd9276c88ce34c5c52a038955511cccaf77e61068649c17801
# stx_address: ST1SJ3DTE5DN7X54YDH5D64R3BCB6A2AG2ZQ8YPD5
# btc_address: mr1iPkD9N3RJZZxXRk7xF9d36gffa6exNC
Expand Down
Loading

0 comments on commit 34f14b6

Please sign in to comment.