Skip to content

Commit

Permalink
feat: 支持 solana
Browse files Browse the repository at this point in the history
  • Loading branch information
huangbinjie committed Jun 4, 2024
1 parent 7a1b6e2 commit 29abdb1
Show file tree
Hide file tree
Showing 24 changed files with 631 additions and 329 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ VITE_BERA_ROOM_BASE_URL="https://dev-chat-xfans-api.buidlerdao.xyz"
VITE_BERA_CONTRACT_BASE_URL="https://test-mpc-xfans-api.buidlerdao.xyz"
VITE_BERA_BASE_URL="https://test-bera-api.xfans.tech"

# Solana
VITE_SOL_SOCKET_BASE_URL="wss://dev-chat-xfans-api.buidlerdao.xyz"
VITE_SOL_ROOM_BASE_URL="https://dev-chat-xfans-api.buidlerdao.xyz"
VITE_SOL_CONTRACT_BASE_URL="https://test-mpc-xfans-api.buidlerdao.xyz"
VITE_SOL_BASE_URL="https://test-solana-api.xfans.tech"
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,34 +127,6 @@ Then run the following:
- `yarn lint` to call ESLint, Prettier and stylelint.
- `yarn test` for testing.

## Important Notes

This starter includes experimental packages and is currently in development. You can see changes in this repo often for now.

Please use with caution.

#### [@eduardoac-skimlinks/webext-redux](https://github.com/eduardoacskimlinks/webext-redux)

> **Note** It is a fork of [webext-redux](https://github.com/tshaddix/webext-redux) with Manifest V3 support and is currently in release candidate (RC).
>
> Please see https://github.com/tshaddix/webext-redux/pull/282
>
> **Warning** Do not update to react-redux version 8.x, it is not supported for now and is **break** your application.
### Bundling

#### [@crxjs/vite-plugin](https://github.com/crxjs/chrome-extension-tools)

> **Note** This plugin powers the development side of this starter.
>
> docs: https://crxjs.dev/vite-plugin
>
> Special thanks to [@jacksteamdev](https://github.com/jacksteamdev) and contributors for this amazing plugin.
## Contributing

This repository is following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.

## License

MIT © [Sinan Bekar](https://sinan.engineer)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@mui/material": "5.15.5",
"@mui/system": "5.15.6",
"@reduxjs/toolkit": "1.8.4",
"@solana/web3.js": "1.91.8",
"@types/chrome": "0.0.266",
"@types/mockjs": "1.0.10",
"@types/react-copy-to-clipboard": "5.0.7",
Expand Down
Loading

0 comments on commit 29abdb1

Please sign in to comment.