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

2945 readme 0509 #2955

Merged
merged 36 commits into from
May 10, 2024
Merged

2945 readme 0509 #2955

merged 36 commits into from
May 10, 2024

Conversation

hui-an-yang
Copy link
Collaborator

@hui-an-yang hui-an-yang commented May 9, 2024

closes #2945

Thank you for your contribution to Taquito.

Before submitting this PR, please make sure:

  • Your code builds cleanly without any errors or warnings
  • You have run the linter against the changes
  • You have added unit tests (if relevant/appropriate)
  • You have added integration tests (if relevant/appropriate)
  • All public methods or types have TypeDoc coverage with a complete description, and ideally an @example
  • You have added or updated corresponding documentation
  • If relevant, you have written a first draft summary describing the change for inclusion in Release Notes.

In this PR, please also make sure:

  • You have linked this PR to the issue by putting closes #TICKETNUMBER in the description box (when applicable)
  • You have added a concise description on your changes

Release Note Draft Snippet

If relevant, please write a summary of your change that will be suitable for
inclusion in the Release Notes for the next Taquito release.

Copy link

github-actions bot commented May 9, 2024

A new deploy preview is available on Cloudflare Pages at https://99a5fc44.taquito-test-dapp.pages.dev

Copy link

github-actions bot commented May 9, 2024

New packages have been deployed to the preview repository at https://npm.preview.tezostaquito.io/.

Published packages:

npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/

Copy link

cloudflare-workers-and-pages bot commented May 9, 2024

Deploying taquito with  Cloudflare Pages  Cloudflare Pages

Latest commit: fe3398d
Status: ✅  Deploy successful!
Preview URL: https://c0525b2d.taquito.pages.dev
Branch Preview URL: https://2945-readme-0509.taquito.pages.dev

View logs

@hui-an-yang hui-an-yang linked an issue May 9, 2024 that may be closed by this pull request
@hui-an-yang hui-an-yang requested review from ac10n and dsawali May 9, 2024 20:51
@hui-an-yang hui-an-yang marked this pull request as ready for review May 9, 2024 20:52
README.md Outdated
| [@taquito/core](packages/taquito-core) | Defined core classes, types and interfaces |
| [@taquito/sapling](packages/taquito-sapling) | Provides functionality to prepare and read sapling transaction |
| [@taquito/contracts-library](packages/taquito-contracts-library) | Provides functionality to extend TezosToolkit with contract support |
| [@taquito/ledger-signer](packages/taquito-ledger-signer) | Provides functionality to for ledger signer provider |
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo /grammar mistake 'to'

README.md Outdated
| [@taquito/sapling](packages/taquito-sapling) | Provides functionality to prepare and read sapling transaction |
| [@taquito/contracts-library](packages/taquito-contracts-library) | Provides functionality to extend TezosToolkit with contract support |
| [@taquito/ledger-signer](packages/taquito-ledger-signer) | Provides functionality to for ledger signer provider |
| [@taquito/timelock](packages/taquito-timelock) | Provides functionality to create and open timelock |
Copy link
Collaborator

Choose a reason for hiding this comment

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

timelocks*

README.md Outdated
| [@taquito/tzip16](packages/taquito-tzip16) | TZIP-16 allows retrieving contract metadata and executing off-chain views |
| [@taquito/beacon-wallet](packages/taquito-beacon-wallet) | TZIP-10 implementation of a Wallet API |
| [@taquito/http-utils](packages/taquito-http-utils) | Provides functionality configure http request options |
| [@taquito/core](packages/taquito-core) | Defined core classes, types and interfaces |
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would rephrase to:
'Provides parent and core types, classes, and interfaces for other Taquito packages or external uses'

README.md Outdated
| [@taquito/http-utils](packages/taquito-http-utils) | Provides functionality configure http request options |
| [@taquito/core](packages/taquito-core) | Defined core classes, types and interfaces |
| [@taquito/sapling](packages/taquito-sapling) | Provides functionality to prepare and read sapling transaction |
| [@taquito/contracts-library](packages/taquito-contracts-library) | Provides functionality to extend TezosToolkit with contract support |
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would rephrase to:
'Provides functionality specify static data related to contracts'

README.md Outdated
| [@taquito/tzip12](packages/taquito-tzip12) | TZIP-12 allows retrieving NFT/token metadata |
| [@taquito/tzip16](packages/taquito-tzip16) | TZIP-16 allows retrieving contract metadata and executing off-chain views |
| [@taquito/beacon-wallet](packages/taquito-beacon-wallet) | TZIP-10 implementation of a Wallet API |
| [@taquito/http-utils](packages/taquito-http-utils) | Provides functionality configure http request options |
Copy link
Collaborator

@dsawali dsawali May 10, 2024

Choose a reason for hiding this comment

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

*to configure and customize http requests

README.md Outdated
| [@taquito/beacon-wallet](packages/taquito-beacon-wallet) | TZIP-10 implementation of a Wallet API |
| [@taquito/http-utils](packages/taquito-http-utils) | Provides functionality configure http request options |
| [@taquito/core](packages/taquito-core) | Provides parent and core types, classes, and interfaces for other Taquito packages or external uses |
| [@taquito/sapling](packages/taquito-sapling) | Provides functionality to prepare and read sapling transaction |
Copy link
Collaborator

Choose a reason for hiding this comment

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

transactions*

@hui-an-yang hui-an-yang merged commit adcb483 into master May 10, 2024
9 of 10 checks passed
@hui-an-yang hui-an-yang deleted the 2945-readme-0509 branch May 10, 2024 18:29
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.

Update README to match most updated information
2 participants