# @useDapp/siwe

### UseDapp 🤝 SIWE

Usedapp's plugin to Signing-in with Ethereum.

More info about Sign-in with Ethereum can be found [here](https://login.xyz/)

## Documentation

For detailed feature walkthrough checkout [documentation](https://usedapp-docs.netlify.app/docs/Guides/Sign%20in%20with%20Ethereum).

## Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://github.com/TrueFiEng/useDApp/blob/master/CODE_OF_CONDUCT.md) and [contribution policy](https://github.com/TrueFiEng/useDApp/blob/master/CONTRIBUTION.md).

### Before you issue pull request:

* Make sure all tests pass.
* Make sure linter passes.
* Make sure you have test coverage for any new features.

To install dependencies type:
```sh
npm i -g pnpm
pnpm install
```

To build project:
```sh
pnpm build
```

To run tests type:
```sh
pnpm test
```

To run linter type:
```sh
pnpm lint
```

## License

useDapp is released under the [MIT License](https://opensource.org/licenses/MIT).
