#SE
1 messages ยท Page 1 of 1 (latest)
This is completely down to you. You can take our SDK and tooling and make us an app or interface or you can make a proposal from scratch. We will not guide on this itโs down to yourselves and or a team to work it out ๐
But taking the current extension would be an advisable start ๐
good, is there a api doc available for current extension, like we have for metamask and keplr?
i mean to initiate a wallet call and get the result back to our app
Let me check if we have one available currently and get back to you
thanks
No API currently still early days on the extension
Integration docs are here: https://docs.namada.net/integrating-with-namada/sdk
@wraith storm is working on these, so any feedback is appreciated
Also the interface repo has a lot of documentation: https://github.com/anoma/namada-interface
currently playing with interface repo.
btw the if compile succesfully then above repo should result in namada.me ui, correct?
HI @barren jackal @still tundra
i am getting this error to launch namada interface UI:
Compiled with problems:X
ERROR in ../../packages/shared/src/shared/shared.js 1828:14-40
Module not found: Error: Can't resolve 'fs' in '/root/namada/namada-interface/packages/shared/src/shared'
ERROR in ../../packages/shared/src/init-inline.ts (/root/namada/namada-interface/packages/shared/src/init-inline.ts) 1:19-29
[tsl] ERROR in /root/namada/namada-interface/packages/shared/src/init-inline.ts(1,20)
TS2305: Module '"./shared/shared"' has no exported member 'InitOutput'.
ERROR in ../../packages/shared/src/init-inline.ts (/root/namada/namada-interface/packages/shared/src/init-inline.ts) 4:65-73
[tsl] ERROR in /root/namada/namada-interface/packages/shared/src/init-inline.ts(4,66)
TS2349: This expression is not callable.
Type 'typeof import("/root/namada/namada-interface/packages/shared/src/shared/shared")' has no call signatures.
could you be a help here?
also there are some broken links
for example:
build.sh doesn't exists but has a reference in docs, maybe that causes the issue
https://github.com/anoma/namada-interface/blob/main/packages/shared/scripts/build.sh
also in sdk documentation there is a reference to this, which is not working:
@wraith storm Can you help with this?
Thanks, i am not able to compile namada interface nor sdk, appreciate any help