Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decentldotland/ark-ui


https://github.com/decentldotland/ark-ui

Last synced: 3 days ago
JSON representation

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)