Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relaycode - An Improved Extrinsics Builder for Polkadot #2410

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

itsyogesh
Copy link

Relaycode - An Improved Extrinsics Builder for Polkadot

Relaycode is an advanced extrinsics building platform that enhances the user experience for developers and users in the Polkadot ecosystem. It provides an intuitive interface for building and analyzing extrinsics, making it easier for both novice and experienced users to interact with the network.

Grant level

  • Level 1: Up to $10,000, 2 approvals
  • Level 2: Up to $30,000, 3 approvals
  • Level 3: Unlimited, 5 approvals (for >$100k: Web3 Foundation Council approval)

Application Checklist

  • The application template has been copied and aptly renamed (project_name.md).
  • I have read the application guidelines.
  • Payment details have been provided (Polkadot AssetHub (DOT, USDC & USDT) address in the application and bank details via email, if applicable).
  • I understand that an agreed upon percentage of each milestone will be paid in vested DOT, to the Polkadot address listed in the application.
  • I am aware that, in order to receive a grant, I (and the entity I represent) have to successfully complete a KYC/KYB check.
  • The software delivered for this grant will be released under an open-source license specified in the application.
  • The initial PR contains only one commit (squash and force-push if needed).
  • The grant will only be announced once the first milestone has been accepted (see the announcement guidelines).
  • I prefer the discussion of this application to take place in a private Element/Matrix channel. My username is: @_______:matrix.org (change the homeserver if you use a different one)

Copy link
Contributor

github-actions bot commented Oct 1, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@github-actions github-actions bot added the admin-review This application requires a review from an admin. label Oct 1, 2024
@itsyogesh
Copy link
Author

I have read and hereby sign the Contributor License Agreement.

Copy link
Contributor

@keeganquigley keeganquigley left a comment

Choose a reason for hiding this comment

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

Hi @itsyogesh sorry if I forgot to mention this during our call, but we ask all grantees to take a percentage of the total costs in vested DOT. The DOT is linearly vested on-chain for two years. Would you be willing to accept some of the payment in DOT? If so, please add a DOT % line to indicate the amount of vested DOT you are willing to receive. See this example. The recommendation is 50%, but you can argue for less.

@keeganquigley keeganquigley self-assigned this Oct 1, 2024
@keeganquigley keeganquigley added the changes requested The team needs to clarify a few things first. label Oct 1, 2024
@itsyogesh
Copy link
Author

Hi @keeganquigley thank you for clarifying the requirements. I've updated the application with the overall vesting percentage as well as percentage per milestone.

Note - The budget was adjusted to account for unforeseen costs including vested DOT

@PieWol
Copy link
Member

PieWol commented Oct 2, 2024

Whats the difference between your proposed solution and the possibility to craft extrinsics on polkadot.js/apps?

@itsyogesh
Copy link
Author

Hi @PieWol, so there are a couple of differences when we compare Relaycode to polkadot.js/apps:

  1. The creation of extrinsics and decoding happens in the same view compared to different tabs in the the extrinsics page of polkadot.js/apps.
  2. Bi-directional editing of values: You can seamlessly switch between editing readable values and raw encoded data. Changes are instantly reflected in both sections. This is especially needed when you have to submit multiple extrinsics with just a slight argument change.
  3. Built-in guides for each pallet and method to help users understand them better. Users will also be able connect their wallet directly to sign and submit extrinsics.

We are also writing this with full typescript support including the scale codec with Dedot along with SSR implementation.

@keeganquigley
Copy link
Contributor

Thanks @itsyogesh looks good as far as formatting goes; I will mark the application as ready for review so the rest of the committee can comment.

@keeganquigley keeganquigley added ready for review The project is ready to be reviewed by the committee members. and removed changes requested The team needs to clarify a few things first. labels Oct 2, 2024

### Project Details

<img src="https://raw.githubusercontent.com/itsyogesh/polkadot-hackathon-2024/refs/heads/main/singapore/27-Relaycode/docs/demo.gif" alt="Relaycode Demo" width="500">
Copy link
Member

Choose a reason for hiding this comment

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

please don't use any html tags.

Copy link
Author

Choose a reason for hiding this comment

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

Added changes in the new commit b4118a1

| Number | Deliverable | Specification |
| ------: | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **0a.** | License | Apache 2.0 |
| **0b.** | Documentation | We will provide basic documentation including: <br>- Inline code documentation<br>- A simple tutorial explaining how to use the MVP version of Relaycode |
Copy link
Member

Choose a reason for hiding this comment

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

please don't use any html tags.

Copy link
Author

Choose a reason for hiding this comment

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

Added changes in b4118a1

| Number | Deliverable | Specification |
| ------: | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **0a.** | License | Apache 2.0 |
| **0b.** | Documentation | We will provide comprehensive documentation including: <br>- Detailed inline code documentation<br>- An in-depth tutorial explaining all features of Relaycode<br>- API specifications for core functionality |
Copy link
Member

Choose a reason for hiding this comment

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

same here

@semuelle
Copy link
Member

semuelle commented Oct 2, 2024

Just to clarify @PieWol's comments: it's possible to use HTML tags, but they need to be properly closed, so <br> should be <br />, etc.

@itsyogesh
Copy link
Author

Hi @PieWol @semuelle thanks for pointing it out, I've added compatible markdown so its clear of any html tags!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin-review This application requires a review from an admin. ready for review The project is ready to be reviewed by the committee members.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants