vechain / connex

The mono-repo contains libraries to help build dApps for VeChain.
https://docs.vechain.org/developer-resources/sdks-and-providers/connex
GNU Lesser General Public License v3.0
86 stars 3.64k forks source link

Vechain Connex Integration #62

Closed blockchain-app12 closed 4 years ago

blockchain-app12 commented 4 years ago

I am facing issue at Connex Library Integration.

sample code

const acc = connex.thor.account('0x7567d83b7b8d80addcb281a71d54fc7b3364ffed') acc.get().then(accInfo=>{ console.log(accInfo) I didn't get any response here })

Anyone know, how to solve this kindly help me.

qianbin commented 4 years ago

@osiz-blockchainapp which wallet is being used? I just tried in sync, and it works:

截屏2020-02-28下午4 16 51
blockchain-app12 commented 4 years ago

1.

In that above picture, the connex library is undefined.


2

In this picture, the connex library is working.

kindly let me know, the connex library process because I have a comet wallet in browser.


I need the connex library package as like CDN or any other installation package setup in my local. If Anyone knows, kindly help me

qianbin commented 4 years ago

I need the connex library package as like CDN or any other installation package setup in my local. If Anyone knows, kindly help me

these repos might help:

https://github.com/vechain/connex-framework https://github.com/vechain/connex.driver-nodejs

also a REPL playground:

https://github.com/vechain/connex-repl

blockchain-app12 commented 4 years ago

It's resolved. Thanks.