https://github.com/dapplets/connecting-accounts-dapplet
https://github.com/dapplets/connecting-accounts-dapplet
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapplets/connecting-accounts-dapplet
- Owner: dapplets
- License: mit
- Created: 2022-07-26T08:44:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T10:31:54.000Z (about 2 years ago)
- Last Synced: 2024-04-15T13:44:13.815Z (about 2 years ago)
- Language: TypeScript
- Size: 14.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# Connected Accounts Dapplet
This dapplet is a part of Connected Accounts service for [Dapplets].
It allows you to pair accounts of various social networks with blockchain accounts. Thus, the user can create his own network of accounts, which can be represented as a graph.
Types of links that can be created using the dapplet at the moment:
- NEAR Testnet + Twitter
- NEAR Testnet + GitHub
It also adds widgets to social media pages that display your connected accounts. Currently you can see them:
- Twitter profile avatar on the profile page and on tweets
- GitHub profile avatar on the profile page
## See also:
- [Connected Accounts Smart Contract]
- [Dapplets Browser Extension]
## Quick Start
Before you compile this code, you will need to install [Node.js] ≥ 12.
To run the dapplet locally, install the dependencies and run the `start` script:
```bash
npm i
npm start
```
How to use it in the browser see here: [How To Use Dapplets]
## Publishing
How to publish the dapplet on the Dapplets platphorm you can see here: [publishing]
[node.js]: https://nodejs.org/en/download/package-manager/
[connected accounts smart contract]: https://github.com/dapplets/connected-accounts-assembly
[dapplets browser extension]: https://github.com/dapplets/dapplet-extension
[publishing]: https://docs.dapplets.org/docs/publishing
[how to use dapplets]: https://docs.dapplets.org/docs/how-to-use-dapplets
[dapplets]: https://dapplets.org/