https://github.com/conflux-chain/sirius-next
the frontend of sirius(new version)
https://github.com/conflux-chain/sirius-next
Last synced: 2 months ago
JSON representation
the frontend of sirius(new version)
- Host: GitHub
- URL: https://github.com/conflux-chain/sirius-next
- Owner: Conflux-Chain
- Created: 2024-03-12T08:48:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T06:40:06.000Z (2 months ago)
- Last Synced: 2026-04-07T08:27:42.942Z (2 months ago)
- Language: TypeScript
- Size: 2.81 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConfluxScan
This is a great update, a brand new Conflux Scan.
### Develop
To develop all apps and packages, run the following command:
```
pnpm install
```
```
pnpm dev
```
Before the migration is completed, you need to establish a soft connection for local development.
```
ln -s ../../../sirius-next/packages/common ../sirius/node_modules/@cfxjs/sirius-next-common
ln -s ../../../sirius-next/packages/i18n ../sirius/node_modules/@cfxjs/sirius-next-i18n
ln -s ../../../sirius-next/packages/common ../sirius-eth/node_modules/@cfxjs/sirius-next-common
ln -s ../../../sirius-next/packages/i18n ../sirius-eth/node_modules/@cfxjs/sirius-next-i18n
```
### Build
To build all apps and packages, run the following command:
```
pnpm build
```
### Deploy
Before publish, you need to run the following command to generate the changeset files.
```
pnpm changeset add
```
then you need commit the changeset files and push to the remote repository.
## 🗂 Directory Structure
| Folder | Contents |
| ----------- | --------------------------------------------------------------------- |
| `apps/` | These are applications of different spaces with shared functionality. |
| `packages/` | These are some public modules. |
## License
[MIT](http://opensource.org/licenses/MIT)