https://github.com/vasa-develop/wallet-ecosystem
L2beat for Wallets: A website to track web3 wallet ecosystem
https://github.com/vasa-develop/wallet-ecosystem
Last synced: 8 months ago
JSON representation
L2beat for Wallets: A website to track web3 wallet ecosystem
- Host: GitHub
- URL: https://github.com/vasa-develop/wallet-ecosystem
- Owner: vasa-develop
- Created: 2024-03-01T19:19:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:02:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T17:12:33.692Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://wallets.eco
- Size: 8.93 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
1. `yarn` to install dependencies
2. Install `json-server` globally: `npm install -g json-server`
3. Run `json-server --watch --port 4000 ./_data/db.json` to start the server
4. `yarn dev` to start the development server