Skip to content
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

Proposition to create a js lib to create link to explorers #478

Open
stefdelec opened this issue Oct 11, 2021 · 4 comments
Open

Proposition to create a js lib to create link to explorers #478

stefdelec opened this issue Oct 11, 2021 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stefdelec
Copy link
Contributor

stefdelec commented Oct 11, 2021

I am proposing to create a js lib to easily create link to explorers based on chainList schemas.
Pseudo code:

const explorer=new Explorer(chainId);
const link= explorer.transaction('0x4119e48a39faf699f0362618fbdddd8e9fbc4d5d4552f3e2bb2f79003a17ff6e')
// output: https://myExplorer.io/tx/0x4119e48a39faf699f0362618fbdddd8e9fbc4d5d4552f3e2bb2f79003a17ff6e

const address=explorer.address('0xee61f5fb0db81d3a09392375ee96f723c0620e07');
//output https://myExplorer.io/address/0xee61f5fb0db81d3a09392375ee96f723c0620e07

What do you think?

@ligi
Copy link
Member

ligi commented Oct 11, 2021

yes - good idea - but I will not make any JS lib ;-)

@ligi ligi added the help wanted Extra attention is needed label Oct 11, 2021
@stefdelec
Copy link
Contributor Author

I can do it. My only question should i host it myself (my GitHub repo)? I would be happy to be have to other maintenairs. Is there any chance the repo would be under this project?

@github-actions
Copy link

This issue has no activity in a while - it will be closed soon.

@github-actions github-actions bot added the Stale label Feb 28, 2022
@ligi ligi added enhancement New feature or request and removed Stale labels Feb 28, 2022
@ligi
Copy link
Member

ligi commented Feb 28, 2022

yes we can move it to this org when it is usable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants