https://github.com/marcusmolchany/wallet-sign
✍️ Easily sign any message using your Ethereum wallet
https://github.com/marcusmolchany/wallet-sign
ethereum ethers ethersjs rainbowkit wagmi web3
Last synced: 3 months ago
JSON representation
✍️ Easily sign any message using your Ethereum wallet
- Host: GitHub
- URL: https://github.com/marcusmolchany/wallet-sign
- Owner: marcusmolchany
- License: mit
- Created: 2022-10-09T01:53:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T16:24:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T17:02:20.699Z (7 months ago)
- Topics: ethereum, ethers, ethersjs, rainbowkit, wagmi, web3
- Language: TypeScript
- Homepage: https://marcusmolchany.github.io/wallet-sign
- Size: 14.9 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallet-sign
Easily sign any message using your Ethereum wallet
Use the app here: https://marcusmolchany.github.io/wallet-sign
## Development
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Available Scripts
In the project directory, you can run:
#### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.#### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.#### `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.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Depolyment
### `yarn deploy`
Deploys the site to github pages using the [`gh-pages`](https://github.com/tschaub/gh-pages) package.