An open API service indexing awesome lists of open source software.

https://github.com/earthskyorg/fullstack-web3-test-frontend


https://github.com/earthskyorg/fullstack-web3-test-frontend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Polkadot Wallet Sign-in App

This is a sample application that demonstrates how to use Polkadot wallet to sign in. The app is built using React and TypeScript.

## Prerequisites

Before you start, make sure you have the following:

- [Node.js](https://nodejs.org) installed
- [Yarn](https://yarnpkg.com/) package manager installed

## Installation

1. Clone this repository to your local machine
2. Navigate to the project directory and run `yarn install` to install the dependencies

## Usage

To start the development server, run:

```
yarn start
```

This will start the app at http://localhost:3000.

To build the production-ready code, run:

```
yarn build
```

This will create an optimized version of the app in the `build` folder.

## Contributing

If you want to contribute to the project, please follow these steps:

1. Fork the repo
2. Create a new branch with a descriptive name (`feature/new-feature`, `bugfix/issue-description`, etc.)
3. Make your changes and commit them with a descriptive message
4. Push your changes to your fork
5. Create a pull request to merge your changes into the main repo

## License

This project is licensed under the [MIT license](LICENSE). Feel free to use it for any purpose.