Skip to content

Commit

Permalink
[apps] Reorganize apps in monorepo (MystenLabs#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Mysten authored Sep 26, 2022
1 parent c81de2d commit 2fdc7ed
Show file tree
Hide file tree
Showing 521 changed files with 250 additions and 207 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/explorer-client-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
install: false
start: pnpm dev:static
working-directory: ./explorer/client
working-directory: ./apps/explorer
spec: cypress/e2e/static/*
end_to_end_localnet:
name: End-to-end tests (Localnet)
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
install: false
start: pnpm dlx concurrently --kill-others 'cargo run --bin sui-test-validator' 'pnpm dev'
working-directory: ./explorer/client
working-directory: ./apps/explorer
spec: cypress/e2e/localnet/*
# Wait on faucet and explorer:
wait-on: "http://localhost:3000, http://localhost:9123"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wallet-ext-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: needs.diff.outputs.isWalletExt == 'true'
runs-on: ubuntu-latest
env:
working-directory: ./wallet
working-directory: ./apps/wallet
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -46,6 +46,6 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: wallet-extension
path: wallet/web-ext-artifacts/*
path: apps/wallet/web-ext-artifacts/*
if-no-files-found: error
retention-days: 7
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.
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
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
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.
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.
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.
45 changes: 45 additions & 0 deletions apps/wallet/apps/dapps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{
"name": "Sui NFT Mint",
"description": "Mint your NFTs on the Sui Network",
"link": "https://sui-wallet-demo.sui.io/",
"icon": "https://sui.io/img/sui-social.jpg",
"tags": ["NFT"]
},
{
"name": "Ethos 2048: An NFT Game",
"description": "Ethos 2048: An NFT Game",
"link": "https://ethoswallet.github.io/2048-demo/",
"icon": "https://ethoswallet.github.io/2048-demo/meta/apple-touch-icon.png",
"tags": ["Game"]
},
{
"name": "Goblinsuinft",
"description": "Mint a random warrior NFT. Then head over to the Inventory section to mint weapon NFTs that you can equip/unequip to boost your chances of winning battles.",
"link": "https://goblinsuinft.web.app/",
"icon": "https://goblinsuinft.web.app/assets/img/goblin2.png",
"tags": ["Game"]
},

{
"name": "Keepsake",
"description": "The Marketplace for SUI collections and Non Fungible Tokens",
"link": "https://keepsake.gg/",
"icon": "https://keepsake.gg/assets/icon/Favicon.png",
"tags": ["Marketplace"]
},
{
"name": "Sui Name Service",
"description": "Decentralized Digital Identities for Sui Ecosystem",
"link": "https://sui-names.com/",
"icon": "https://sui-names.com/static/media/logo_white.036f90a89d49832dbef3.png",
"tags": ["Infra"]
},
{
"name": "Bluemove",
"description": "NFT Marketplace on blockchain Sui",
"link": "https://sui.bluemove.net/",
"icon": "https://sui.bluemove.net/BlueMove_main_logo_RGB-Blue_250.png",
"tags": ["Marketplace"]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ EXPLORER_URL_DEV_NET=https://explorer.devnet.sui.io/
EXPLORER_URL_STAGING=https://explorer.staging.sui.io/
SHOW_STAGING=false
STAKING_ENABLED=false
SUI_APPS_API_ENDPOINT=https://raw.githubusercontent.com/MystenLabs/sui/main/wallet/apps/dapps.json
SUI_APPS_API_ENDPOINT=https://raw.githubusercontent.com/MystenLabs/sui/main/apps/wallet/apps/dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"_utils": ["./src/ui/styles/utils"],
"_utils/*": ["./src/ui/styles/utils/*"],
"_font-icons/*": ["./font-icons/*"],
"@mysten/sui.js": ["../sdk/typescript/src/"],
"@mysten/bcs": ["../sdk/bcs/src/"]
"@mysten/sui.js": ["../../sdk/typescript/src/"],
"@mysten/bcs": ["../../sdk/bcs/src/"]
}
},
"include": ["../../src"],
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.
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
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
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.
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.
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 2fdc7ed

Please sign in to comment.