Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentldotland/ark-ui
https://github.com/decentldotland/ark-ui
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decentldotland/ark-ui
- Owner: decentldotland
- License: mit
- Created: 2022-06-27T20:39:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T02:46:31.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:45:34.858Z (7 months ago)
- Language: TypeScript
- Homepage: https://ark.decent.land
- Size: 5.51 MB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@decentdotland/ark-ui
multi-chain identity linking protocol
# Synopsis
Ark is a protocol for linking your Arweave and EVM-compatible blockchain identities.## Install
If this is your first time launching the project, install the packages with yarn:
```sh
yarn install
```Then populate the fields with your own values in the `.env.local` file:
```sh
echo 'EXM_API_TOKEN=' > .env.local
```And then launch by typing:
```sh
npm run dev
```## Supported Networks
| Network Name | Network(s) |
| ------------- |:-------------:|
| Aurora | testnet |
| Avalanche | C-chain mainnet |
| BNB Chain | mainnet |
| Ethereum | Mainnet & Goerli |
| Fantom | Mainnet |
| Polygon | Mainnet |
| Optimism | Mainnet |## License
This project is licensed under the [MIT license](./LICENSE)