-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aleo: Add to WalletConnect #3638
Comments
We need the namespace PR to be merged before we can support your chain, I left a note on the PR letting them know |
We support testnets |
Looks like we're close to merging the CASA spec here (cc @bumblefudge). Keeping this open. |
@bkrem the CASA spec has been merged. Also, how are the optional/required namespace methods/events defined? It's not done in the CASA work. |
Is that what you're looking for, @jonandgon ? |
Sort of, I was thinking that there's some central location where all possible methods/events are defined for a given chain/wallet, instead of dApp developers needing to fill out that information each time. Like where are I may be mistaken in thinking that these are defined anywhere in WalletConnect, if so, you can disregard :) |
oh! well, i think eip107 and eip191 respectively defined those two methods initially, but since they're mandatory for all EVM nodes the most canonical reference is probably: |
Gotcha, I think our issue is slightly different then since dApps can't get much info about accounts via a node since Aleo is a private network. Most information will need to be decrypted and come directly from an Aleo wallet in our case. Since the Aleo Nodes are mostly only used by wallets and not by dApps, the interface between node and wallet is different. Also, there are methods that are specific to our wallet that may not yet be implemented by other Aleo wallets, such as I was just using
Thanks! |
|
ok great, I will hold off for now on implementing the CAIP-25 for Aleo until the one for EIP155 is made. I'll try to communicate with Aleo directly to see if they're willing to define a reference for the required methods/events, but this will probably take some time. Feel free to add me as a collaborator for that |
Thanks for your getting everything tied up here @jonandgon! This has now been added to https://cloud.walletconnect.com/ ✅ |
Adding a new chain to the Explorer
To get a new chain added to the Explorer, you will need to submit the following:
JSON-RPC spec for Wallets (only if one doesn't already exist). For more information, please review the Ethereum JSON-RPC API docs.
GitHub Link: https://developer.aleo.org/testnet/getting_started/overview/
Write a CASA namespace spec if not already available for this namespace.
GitHub Link: Aleo: Add CAIP-2 and CAIP-10 specs ChainAgnostic/namespaces#90
namespaces:
aleo
chains:
aleo:3
RPC endpoints
A list of RPC endpoints can be found here: https://developer.aleo.org/testnet/public_endpoints/latest_height.
The URL for the endpoint is
vm.aleo.org/api/
SLIP-0044 coin type:
* slip44 coin type used in the namespace
Update slip-0044.md satoshilabs/slips#1599
Additional context
Aleo is currently only in testnet (testnet3), however they have announced plans for a mainnet end of 2023 / beginning of 2024. There are many devs that are building dApps using Puzzle Wallet. Puzzle Wallet is built using WalletConnect, but since Aleo is not yet in mainnet, we cannot fully use WalletConnect sdks such as the Notify API. It would be great if WalletConnect somehow supported testnet-only chains so devs don't have to scramble to get features in once mainnet is released.
If WalletConnect will not consider adding this chain, I hope they will consider making their APIs fully usable for non-supported chains. It could be in some limited way, but just so devs can actually test/properly implement the APIs.
Please note:
Registering a chain with the Explorer does not impact or improve the ability for wallets and dapps to support your chain. It is simply a way for users to discover wallets and dapps that support your chain by:
It is still up to wallets and dapps to provide concrete support for your chain once it is listed as part of the Explorer.
The text was updated successfully, but these errors were encountered: