ckb-js / kuai

A protocol and framework for building universal dapps on Nervos CKB
MIT License
22 stars 11 forks source link

Connect sudt management to Neuron by wallet connect #477

Closed Keith-CY closed 11 months ago

Keith-CY commented 1 year ago

The SDK of wallet connect for neuron is expected to be public on 9/15, we may have a peek that time.

Ref: https://github.com/Magickbase/ckb-wallet-connect

Keith-CY commented 1 year ago

SDK for wallet layer is ready at https://github.com/Magickbase/ckb-wallet-connect/tree/feat-wallet-sdk/packages/ckb-walletconnect-wallet-sdk But the one for dApp layer is not ready yet, it's expected to be ready by 10/14, so we will connect to Neuron manually.

Keith-CY commented 1 year ago

Connecting to Neuron manually has been implemented on the develop branch https://github.com/Magickbase/sudt-management-ui The SDK for dapp development has just been released, and I will use it to connect to Neuron these 2 days

Keith-CY commented 11 months ago

Interaction with Neuron was implemented by SDK: https://github.com/Magickbase/sudt-management-ui/pull/43