Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #593 from trufflesuite/develop
Browse files Browse the repository at this point in the history
Corda Flavored Ganache Beta announcement
  • Loading branch information
OnlyOneJMJQ committed Dec 24, 2019
2 parents bae4553 + 3ae5800 commit cb2abf1
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/blog/data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"unwrap-the-corda-flavored-ganache-beta": {
"title": "Unwrap the Corda Flavored Ganache Beta",
"date": "2019-12-23",
"author": "Josh Quintal",
"published": true,
"excerpt": "Earlier this year at TruffleCon we announced our partnership with Corda to develop a Corda Flavored Ganache. Then, at CordaCon in London we shared more details around the integration. Today, we are proud to share with you the Beta release is live!",
"image": "/img/blog/thumbnails/corda-ganache-beta-blog-thumb.png"
},
"take-control-of-your-deployments-with-truffle-teams": {
"title": "Take Control of Your Deployments with Truffle Teams",
"date": "2019-12-18",
Expand Down
38 changes: 38 additions & 0 deletions src/blog/unwrap-the-corda-flavored-ganache-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
![Truffle Teams Deployments Banner](/img/blog/unwrap-the-corda-flavored-ganache-beta/corda-ganache-beta-blog-banner.png)

Earlier this year at TruffleCon [we announced our partnership with Corda to develop a Corda Flavored Ganache](https://youtu.be/MtOaXVt1yOE?t=697). Then, at CordaCon in London [we shared more details around the integration](https://www.r3.com/videos/truffle-and-corda/).

**Today, we are proud to share with you [the beta release is live](https://github.com/trufflesuite/ganache/releases/tag/v2.3.0-beta.1)!**

As a quick refresher: Ganache is Truffle's "one click blockchain" that allows you to run a test network for local development. You don't need an internet connection and because it's all on the same machine, Ganache allows users to see the status of the network in greater detail than on a live network.

<figure>
<img src="/img/blog/unwrap-the-corda-flavored-ganache-beta/corda-ganache-beta-screenshot.png" alt="Corda Flavored Ganache startup screen" style="width:100%">
<figcaption class="text-center">The workspace selection screen--now with Corda!</figcaption>
</figure>

We're thrilled to release Ganache for the Corda Blockchain, as this lowers the barrier of entry for Corda developers by allowing them to easily set up a local network on their machines, giving introspection into the state of that network across various nodes and visibility to transactions normally hidden by a live Corda network's privacy protections.

With the Beta version, Corda Flavored Ganache brings you:

* **One-click** Corda network configuration and initialization, so you can focus on what matters most: your application.
* **Easy access** to all your application's data, including network map, notaries, nodes, transactions, and states.
* **Multiple workspaces** for all of your Corda projects; workspaces contain configurations of a Corda network map, notaries, nodes, transactions, accounts, and ledgers.

As always, Truffle's tools come standard on Windows, macOS, and Linux.

We are excited to share this with the Corda community and **we also need to your help!** Since this is a Beta release, we know it's not perfect. If you find a bug, do us a favor and file an issue [here](https://github.com/trufflesuite/ganache/issues/new).

<a href="https://share.hsforms.com/1jbMAfLzGSj6HWx_-na9Bew34pbp">✉️ Sign up for the Corda Flavored Ganache mailing list here</a> to get the latest updates on all things Ganache + Corda.

If you don't hear from us immediately, know that our team is taking some much needed time off starting today. We'll be back January 6th, 2020 ready to dive into your feedback!

If you see them around the net, make sure to give a _**HUGE thank you**_ to [David Murdoch and Nick Paterno](/staff). Their hard work made this all possible and we're a very fortunate organization to have them aboard! 💖

<div class="post-trufflecon-box mt-5 text-center">
Try the Corda Flavored Ganache beta and let us know what you think!

<div class="mt-3">
<a class="btn btn-truffle" href="https://github.com/trufflesuite/ganache/releases/tag/v2.3.0-beta.1">Download Corda Flavored Ganache</a>
</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/sass/global/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ a:hover {

ol, ul {
padding-left: 15px;

ol, ul {
margin-top: 1rem;
}
}

code {
Expand Down

0 comments on commit cb2abf1

Please sign in to comment.