Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BTS-CM/astro-ui
An Astro & React based UI for Bitshares based blockchains
https://github.com/BTS-CM/astro-ui
astro beet beteos bitshares blockchain credit credit-offers deeplinks dex electron limit-order liquidity-pools pool-staking react shadcn transfers ui
Last synced: 3 months ago
JSON representation
An Astro & React based UI for Bitshares based blockchains
- Host: GitHub
- URL: https://github.com/BTS-CM/astro-ui
- Owner: BTS-CM
- License: mit
- Created: 2023-08-30T22:15:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T16:00:03.000Z (3 months ago)
- Last Synced: 2024-08-01T22:29:49.649Z (3 months ago)
- Topics: astro, beet, beteos, bitshares, blockchain, credit, credit-offers, deeplinks, dex, electron, limit-order, liquidity-pools, pool-staking, react, shadcn, transfers, ui
- Language: JavaScript
- Homepage:
- Size: 6.08 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitshares - Bitshares DEX Astro UI - A Bitshares DEX user interface implemented in React and Astro. (Utilities / Opensource Wallets)
README
# Bitshares astro UI
Created using [Astro](https://docs.astro.build) & React.
Integrates with both the [Beet](https://github.com/bitshares/beet) and [BeetEOS](https://github.com/beetapp/beeteos) multiwallets, for the Bitshares and Bitshares Testnet blockchains.
Dev blogs:
[Worker proposal update - electron release](https://hive.blog/hive-120117/@nftea.gallery/bitshares-astro-ui-worker-proposal-electron-release)
[Worker proposal announcement](https://hive.blog/hive-120117/@nftea.gallery/bitshares-astro-ui-development-worker-proposal)## Dev Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run initData` | Fetches and stores JSON data for use in the app. |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build:astro` | Builds the production site at `./dist/` |
| `npm run start` | Runs the electron app in dev mode. |
| `npm run dist:windows-latest` | Builds the windows application. |## Download the Astro UI!
Check out the latest releases:
https://github.com/BTS-CM/astro-ui/releasesSupports Windows, Linux and Mac OSX.