https://github.com/etherspot/wallet-ui
A React application that shows you how to put together Etherspot UI compoents to create a Wallet UI.
https://github.com/etherspot/wallet-ui
Last synced: 10 months ago
JSON representation
A React application that shows you how to put together Etherspot UI compoents to create a Wallet UI.
- Host: GitHub
- URL: https://github.com/etherspot/wallet-ui
- Owner: etherspot
- License: mit
- Created: 2024-01-25T23:01:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T16:53:10.000Z (about 2 years ago)
- Last Synced: 2025-08-30T04:45:00.305Z (10 months ago)
- Language: TypeScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 9
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Etherspot Wallet Demo
This is a wallet UI application that showcases the usage of Etherspot UI components. Developers can use this as a guide when building their own applications using Etherspot UI. Etherspot UI components created using Etherspot Transaction Kit for sending transactions, sending ERC tokens, and other Ethereum-related functionalities which are running on blockchain. For styling of all components of Etherspot UI, tailwind has been configured so, developer can use tailwind default classes and override tailwind css using simple styling also.
## Getting Started
1. Clone this repository.
2. Install dependencies: `npm install`
3. Run the app: `npm start`
## Etherspot UI
[Etherspot UI Repository](https://github.com/etherspot/ui)
## TransactionKit
[TransactionKit Repository](https://github.com/etherspot/transaction-kit)
[Documentation on etherspot.fyi](https://etherspot.fyi/introduction)
## Contributing
Follow [CONTRIBUTING.md](./CONTRIBUTING.md) for information on contributing to this project.
## License
This project is licensed under the MIT License - see the [MIT](./LICENSE) file for details.
## Security
To report security issues please follow [SECURITY.md](./SECURITY.md)