Skip to content

Commit

Permalink
Merge branch 'staging' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-maselli authored Aug 14, 2023
2 parents a568b92 + beba602 commit ebdefd0
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1 deletion.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1364,4 +1364,35 @@ All of the merged PRs in June
- Kirael12 ([@Kirael12](https://github.com/Kirael12))
- weqanhet ([@weqanhet](https://github.com/weqanhet))
- os11k ([@os11k](https://github.com/os11k))
- lodl ([@lodl](https://github.com/lodl))
- lodl ([@lodl](https://github.com/lodl))

## 2023.31.0 (2023-07-31)

All of the merged PRs in July

#### PRs: 15

- Add Changelog for June by ([@fill-the-fill](https://github.com/fill-the-fill)) in [#1099](https://github.com/cardano-foundation/developer-portal/pull/1099)
- Registering a Pool: remove GitHub & TinyURL by ([@os11k](https://github.com/os11k)) in [#1100](https://github.com/cardano-foundation/developer-portal/pull/1100)
- Add NFTCDN to Builder Tools by ([@SmaugPool](https://github.com/SmaugPool)) in [#1101](https://github.com/cardano-foundation/developer-portal/pull/1101)
- Secure Workflow: fix duplications, maintenance editing by ([@rphair](https://github.com/rphair)) in [#1103](https://github.com/cardano-foundation/developer-portal/pull/1103)
- Add Atlas builder tool by ([@fill-the-fill](https://github.com/fill-the-fill)) in [#1041](https://github.com/cardano-foundation/developer-portal/pull/1041)
- Add NFT Vending Machine to Builder Tools by ([@rphair](https://github.com/rphair)) in [#1094](https://github.com/cardano-foundation/developer-portal/pull/1094)
- Modify CIP script to fetch multiple files from CIP repo folders by ([@fill-the-fill](https://github.com/fill-the-fill)) in [#1106](https://github.com/cardano-foundation/developer-portal/pull/1106)
- Update wrong weeks in changelog by ([@fill-the-fill](https://github.com/fill-the-fill)) in [#1105](https://github.com/cardano-foundation/developer-portal/pull/1105)
- Add Summon Platform to Showcase by ([@thenic95](https://github.com/thenic95)) in [#1108](https://github.com/cardano-foundation/developer-portal/pull/1108)
- Hardware Requirements: fix anchor for node releases page by ([@katomm](https://github.com/katomm)) in [#1110](https://github.com/cardano-foundation/developer-portal/pull/1110)
- Allow SPOs to reload topology configuration changes by ([@jadjei](https://github.com/jadjei)) in [#1112](https://github.com/cardano-foundation/developer-portal/pull/1112)
- Add VESPR Wallet to showcase section by ([@thenic95](https://github.com/thenic95)) in [#1115](https://github.com/cardano-foundation/developer-portal/pull/1115)
- Proposal to remove Daedalus as favorite by ([@katomm](https://github.com/katomm)) in [#1113](https://github.com/cardano-foundation/developer-portal/pull/1113)
- Update creating-wallet-faucet.md by ([@katomm](https://github.com/katomm)) in [#1114](https://github.com/cardano-foundation/developer-portal/pull/1114)

#### Contributors: 8

- fill-the-fill ([@fill-the-fill](https://github.com/fill-the-fill))
- os11k ([@os11k](https://github.com/os11k))
- SmaugPool ([@SmaugPool](https://github.com/SmaugPool))
- rphair ([@rphair](https://github.com/rphair))
- thenic95 ([@thenic95](https://github.com/thenic95))
- katomm ([@katomm](https://github.com/katomm))
- jadjei ([@jadjei](https://github.com/jadjei))
3 changes: 3 additions & 0 deletions docs/get-started/technical-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,6 @@ Learn about Aiken, a bespoke smart contract language for Cardano.
Learn about the upcoming CIP-1694 and how voting and governance might work in the Voltaire era.
<iframe width="100%" height="325" src="https://www.youtube.com/embed/KhxPlWh8gFg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture fullscreen"></iframe>

## NEWM Catalyst F9 Update
Learn about projects from Catalyst Fund 9 and where they're at today.
<iframe width="100%" height="325" src="https://www.youtube.com/embed/Wck3NoyeU18" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture fullscreen"></iframe>
16 changes: 16 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,22 @@ export const Showcases = [
getstarted: null,
tags: ["python", "nft" ]
},
{
title: "Yaci DevKit",
description: "Create your own local Cardano devnet with ease! It includes an Indexer, minimal Explorer interface, and support for Cardano Client Lib or Lucid JS library's Blockfrost provider.",
preview: require("./builder-tools/yaci-devkit.png"),
website: "https://github.com/bloxbean/yaci-devkit",
getstarted: null,
tags: ["cli", "testing"]
},
{
title: "MazzumaGPT",
description: "Generate smart contract code in Plutus using AI",
preview: require("./builder-tools/mazzumagpt.png"),
website: "https://mazzumagpt.com",
getstarted:"https://mazzumagpt.gitbook.io/mazzumagpt-docs/",
tags: ["plutus"]
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/mazzumagpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/builder-tools/yaci-devkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebdefd0

Please sign in to comment.