Skip to content

Conversation

@raigal-r
Copy link
Contributor

@raigal-r raigal-r commented Nov 7, 2025

Included 2 folder and 3 new pages:

  • tools: Included wdk-modules-template folder with

    • README
    • wdk-protocol-template
    • wdk-wallet-template
  • community-modules

    • README

Addind guidence for community to create new modules compatible with WDK ecosystem

@gatteo gatteo changed the base branch from main to develop November 7, 2025 19:59
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file from PR please

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file from PR please

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file from PR please

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file from PR please

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file from PR please

{% step %}

### Add docs
- Write a `README.md` (what it is, install, config, usage, API, feature table)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can create a template README that just needs replacements? READMEs in all wallet modules should be very similar

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates on this?

{% endstepper %}
---

## Official Inclusion
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to the folder README, so it can be linked from different guides

SUMMARY.md Outdated
* [Configuration](sdk/lending-modules/lending-aave-evm/configuration.md)
* [API Reference](sdk/lending-modules/lending-aave-evm/api-reference.md)

* [New Protocol Modules](sdk/protocol-new-modules/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this from here, broken links

SUMMARY.md Outdated

## Community Modules

* [Community Modules](community-modules/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page can be under "Resources" group

SUMMARY.md Outdated
* [Price Rates](tools/price-rates/README.md)
* [Configuration](tools/price-rates/configuration.md)
* [API Reference](tools/price-rates/api-reference.md)
* [WDK Modules Template](tools/wdk-modules-template/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be under "Resources" group.
Name should be "Create custom SDK modules"

│ └─ index.d.ts
├─ src/
│ ├─ manager.js
│ ├─ account-read-only.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not match the actual repo structure

Open the folder called `wdk-wallet-template`, which contains the scaffolding for a wallet module

```text
wallet-<example>/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name is not correct compared to the actual repo

{% step %}
### Implement Account Logic

- Implement the required methods you find in `account-read-only.js` (read-only) and `account.js` (full account).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files don't exist in actual repo

{% step %}

### Add docs
- Write a `README.md` (what it is, install, config, usage, API, feature table)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates on this?

@gatteo gatteo changed the base branch from develop to main November 26, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants