Skip to content

Commit 5aca997

Browse files
authored
Update developer_tooling.md
1 parent 7456a07 commit 5aca997

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
## Project Name
2-
Truffle Preserve
2+
Filecoin Flavored Ganache
33

44
## Category
55
Developer Tooling
66

77
## Project Description
8-
In thinking about our support for Filecoin, the idea of preservation came quickly to mind. We envisioned that preserving application data like Javascript frontends and static assets would be a normal part of the deployment process. So we ran with that idea and added a new command to the Truffle command line tool: truffle preserve.
9-
10-
Like preserving fruit, Truffle follows a "recipe" to preserve your files. In the gif above, Truffle is using the filecoin recipe, which will ship standard with our new version of Truffle. To use truffle preserve, simply specify the files you want to preserve on the command line, and choose between the --filecoin or --ipfs recipes. The filecoin recipe uses the ipfs recipe under the hood. You can choose only the ipfs recipe if you have a different set up!
8+
Ganache was built as the sister application to Truffle, to speed up development and testing Ethereum applications. Now that we've added support to Truffle, it's only natural we provide the same highly-modular simulator for Filecoin. We are currently creating a Filecoin simulation library, as part of ganache-core. We are also developing support in our graphical version of Ganache. You can checkout some early mocks under previews!
119

1210
## Project Status
13-
Beta release & stable version under development
11+
Alpha version released & stable version under development
1412

1513
## Previews
16-
https://drive.google.com/file/d/1gIM416dnc2YAUYOIPu2HhkOSDaWM2G3p/view?usp=sharing
14+
https://drive.google.com/file/d/1C3gRnm0-aF1xGgv5EcNRuvkpAQrhLVID/view?usp=sharing
1715

1816
## Target Audience
1917
Developers
@@ -22,7 +20,8 @@ Developers
2220
Truffle Suite has about 6 million downloads across our suite of tools including Truffle, Ganache, Drizzle, and Teams
2321

2422
## Github repo
25-
https://github.com/trufflesuite/truffle
23+
https://github.com/trufflesuite
24+
Alpha version of Filecoin Flavored Ganache is available here: https://github.com/trufflesuite/ganache-filecoin-alpha-cli
2625

2726
## Website
2827
https://www.trufflesuite.com/
@@ -37,7 +36,7 @@ More docs for this project will be published in April 2021.
3736
Truffle Suite is a team of 13 developers working across our sweet suite of tools.
3837

3938
### Team members
40-
The main developers on this projects are @gnidan and @tcoulter with help from our friend, @rkalis.
39+
The main developers on this projects are @tcoulter and @seesemichaelj.
4140

4241
## How the community can engage
4342
@@ -46,4 +45,4 @@ Discord: http://trfl.co/truffle-community
4645

4746
## How to Contribute
4847
<!--How can the community contribute to your project?-->
49-
Try out Truffle Preserve and send us your feedback on Discord. We'd love to hear fromy you!
48+
Try out the alpha version of Filecoin Flavored Ganache and send us your feedback on Discord. We'd love to hear fromy you!

0 commit comments

Comments
 (0)