Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .stackblitz/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions .stackblitzignore

This file was deleted.

9 changes: 0 additions & 9 deletions .stackblitzrc

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Built on top of the [Safe Core SDK](https://github.com/safe-global/safe-core-sdk), Safe CLI makes it easy to create, manage, and interact with Safe multi-signature wallets directly from your terminal.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/5afe/safe-cli-nodejs?view=terminal&hideNavigation=1&hideDevTools=1&terminalHeight=100)

---

## Why Safe CLI?
Expand Down Expand Up @@ -294,8 +292,8 @@ These are optional but recommended for enhanced functionality:

```bash
# Clone the repository
git clone https://github.com/safe-global/safe-cli.git
cd safe-cli
git clone https://github.com/5afe/safe-cli-nodejs.git
cd safe-cli-nodejs

# Install dependencies
npm install
Expand Down
2 changes: 1 addition & 1 deletion src/ui/screens/WelcomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function WelcomeScreen({ onExit }: WelcomeScreenProps): React.ReactElemen
{/* Footer */}
<Box>
<Text color={theme.colors.dim}>
For more information, visit: https://github.com/safe-global/safe-cli
For more information, visit: https://github.com/5afe/safe-cli-nodejs
</Text>
</Box>
</Box>
Expand Down
Loading