icon-project / Nexus

7 stars 3 forks source link

Explore BSC Developer Guide #274

Closed duyphanz closed 3 years ago

duyphanz commented 3 years ago

ref: https://github.com/icon-project/btp/blob/btp_web3labs/doc/bsc-guide.md

Issues:

Build goloop git clone -b 0.9.7 https://github.com/icon-project/btp

Build BTP Relay git clone -b web3_labs https://github.com/icon-project/btp

=> That's okay. I am focusing on the testnet part from the FE perspective: https://github.com/icon-project/btp/blob/btp_web3labs/doc/bsc-guide.md#testnet which mentions servers deployed under the hood rather than building stuff to avoid the complicated setup as we also dealt when working on ICON and Moonbeam.

https://btp.net.solidwallet.io/api/v3/icon_dex

This node works kind of similar to our ICON node when I try to call some APIs to this node

ws://35.214.59.124:8546

Seems cannot reach.

So, for the starting point for FE side (focusing on transfer tokens on the cross networks). We will need:

duyphanz commented 3 years ago

duplicate with https://github.com/icon-project/btp-dashboard/issues/273