Skip to content

Commit

Permalink
Merge pull request #1252 from ecadlabs/docs-links-to-repos
Browse files Browse the repository at this point in the history
Adding links to scaffold projects in the table
  • Loading branch information
sinapsist authored Sep 19, 2022
2 parents 8ee18c8 + b7fb956 commit 53031a3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/taqueria-plugin-taquito.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe('E2E Testing for taqueria taquito plugin', () => {

// 3. Verify that proper error displays in the console
expect(stdoutDeploy.stderr).toContain(
"(permanent) proto.013-PtJakart.michelson_v1.invalid_expression_kind - There was a problem communicating with the chain. Perhaps review your RPC URL of the network or sandbox you're targeting.",
"There was a problem communicating with the chain. Perhaps review your RPC URL of the network or sandbox you're targeting.",
);
});

Expand Down
15 changes: 8 additions & 7 deletions website/docs/scaffolds/nft-scaffold.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
title: The NFT Scaffold Project
---

| Scaffold Details |
|--------------------|------------------------------------------------------|
| Complexity | Advanced |
| Automated Tests | No |
| Installed Plugins | LIGO, Taquito, Flextesa, Contract Types, IPFS-Pinata |
| Frontend Dapp | Yes |
| Wallet Integration | Yes |
| Scaffold Details |
|--------------------|---------------------------------------------------------|
| Complexity | Advanced |
| Automated Tests | No |
| Installed Plugins | LIGO, Taquito, Flextesa, Contract Types, IPFS-Pinata |
| Frontend Dapp | Yes |
| Wallet Integration | Yes |
| Repository | https://github.com/ecadlabs/taqueria-scaffold-nft |

:::warning
The NFT-Scaffold project is currently in alpha. It is not ready for production use and will be undergoing frequent updates as we work to implement Taqueria State and other features that have not yet been released
Expand Down
15 changes: 8 additions & 7 deletions website/docs/scaffolds/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
title: The Quickstart Project
---

| Scaffold Details |
|--------------------|-----------------------------------------|
| Complexity | Intermediate |
| Automated Tests | Yes |
| Installed Plugins | LIGO, Taquito, Flextesa, Contract Types |
| Frontend Dapp | Yes |
| Wallet Integration | Yes |
| Scaffold Details |
|--------------------|-----------------------------------------------------------|
| Complexity | Intermediate |
| Automated Tests | Yes |
| Installed Plugins | LIGO, Taquito, Flextesa, Contract Types |
| Frontend Dapp | Yes |
| Wallet Integration | Yes |
| Repository | https://github.com/ecadlabs/taqueria-scaffold-quickstart |

## Quickstart

Expand Down
4 changes: 2 additions & 2 deletions website/docs/scaffolds/scaffold-basics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ The following scaffolds are currently available:

| Name | URL | Description |
|------------------------------|----------------------------------------------------------|--------------------------------------------------------|
| taqueria-scaffold-taco-shop | https://github.com/ecadlabs/taqueria-scaffold-taco-shop | Full stack dApp with a simple contract to sell tacos |
| taqueria-scaffold-quickstart | https://github.com/ecadlabs/taqueria-scaffold-quickstart | Full stack dApp with the counter contract |
| taqueria-scaffold-ligo | https://github.com/ecadlabs/taqueria-scaffold-ligo | A Taqueria project for developing Ligo smart contracts |
| taqueria-scaffold-taco-shop | https://github.com/ecadlabs/taqueria-scaffold-taco-shop | Full stack dApp with a simple contract to sell tacos |
| taqueria-scaffold-nft | https://github.com/ecadlabs/taqueria-scaffold-nft | A Taqueria project for developing NFT |
16 changes: 8 additions & 8 deletions website/docs/scaffolds/taco-shop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Taco Shop
---

| Scaffold Details |
|--------------------|-------------------------|
| Complexity | Beginner |
| Automated Tests | Yes |
| Installed Plugins | LIGO, Taquito, Flextesa |
| Frontend Dapp | Yes |
| Wallet Integration | Yes |

| Scaffold Details |
|--------------------|---------------------------------------------------------|
| Complexity | Beginner |
| Automated Tests | Yes |
| Installed Plugins | LIGO, Taquito, Flextesa |
| Frontend Dapp | Yes |
| Wallet Integration | Yes |
| Repository | https://github.com/ecadlabs/taqueria-scaffold-taco-shop |

## Quickstart

Expand Down

0 comments on commit 53031a3

Please sign in to comment.