https://github.com/michaeljscript/simple-wallet-keeper
Simple Wallet Keeper
https://github.com/michaeljscript/simple-wallet-keeper
Last synced: 7 months ago
JSON representation
Simple Wallet Keeper
- Host: GitHub
- URL: https://github.com/michaeljscript/simple-wallet-keeper
- Owner: michaeljscript
- Created: 2022-10-23T08:05:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T08:07:00.000Z (over 3 years ago)
- Last Synced: 2025-03-04T03:37:36.284Z (11 months ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperWallet
SuperWallet lets you create a password-protected random wallet supported by EVM networks.
## Run the project
- nvm use 16
- yarn install
- yarn start
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `yarn test`
Launches the test runner in the interactive watch mode.
### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.