You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`src/lib/papps/dao/action-creators.js`](../src/lib/papps/dao/action-creators.js): Functions to create Action.data for DAO.
38
+
- b. [`src/lib/papps/dao/lumos-callbacks.js`](../src/lib/papps/dao/lumos-callbacks.js): Build transactions based on DAO message actions.
39
+
3.[`src/lib/cobuild/fee-manager.js`](../src/lib/cobuild/fee-manager.js): See the function [`payFee`](https://github.com/cryptape/ckb-dao-cobuild-poc/blob/v0.0.1/src/lib/cobuild/fee-manager.js#L9) and [`storeWitnessForFeeEstimation`](https://github.com/cryptape/ckb-dao-cobuild-poc/blob/c7aaacbcf4a2a9c90674e7d732b58b800cb94fe4/src/lib/cobuild/fee-manager.js#L46)
40
+
4.[`src/lib/cobuild/lock-actions.js`](../src/lib/cobuild/lock-actions.js): See the function [`prepareLockActions`](https://github.com/cryptape/ckb-dao-cobuild-poc/blob/c7aaacbcf4a2a9c90674e7d732b58b800cb94fe4/src/lib/cobuild/lock-actions.js#L12).
41
+
- a/b. [`src/lib/cobuild/general-lock-actions.js`](../src/lib/cobuild/general-lock-actions.js): See the function [`prepareLockActionWithWitnessStore`](https://github.com/cryptape/ckb-dao-cobuild-poc/blob/c7aaacbcf4a2a9c90674e7d732b58b800cb94fe4/src/lib/cobuild/general-lock-actions.js#L25)
42
+
- c. [`src/lib/wallet/selector.js`](../src/lib/wallet/selector.js) acts as a gateway to connect different wallets and create signatures.
43
+
- c. [`src/lib/cobuild/general-lock-actions.js`](../src/lib/cobuild/general-lock-actions.js): See the function [`applyLockAction`](https://github.com/cryptape/ckb-dao-cobuild-poc/blob/c7aaacbcf4a2a9c90674e7d732b58b800cb94fe4/src/lib/cobuild/general-lock-actions.js#L84)
44
+
5.[`src/app/u/[wallet]/[connection]/submit-building-packet.js`](../src/app/u/%5Bwallet%5D/%5Bconnection%5D/submit-building-packet.js): a simple UI to send tx and query its status.
43
45
44
46
Remarks:
45
47
46
-
-`src/lib/cobuild/react/building-packet-review.js`: UI to review the building packet for signing.
48
+
-[`src/lib/cobuild/react/building-packet-review.js`](https://github.com/cryptape/ckb-dao-cobuild-poc/blob/v0.0.1/src/lib/cobuild/react/building-packet-review.js): UI to review the building packet for signing.
0 commit comments