Skip to content

Commit a7c8d78

Browse files
authored
Merge pull request #86 from Lizdaldal/master
[Project Submission] Truffle Preserve by Truffle Suite
2 parents 92946c7 + 588a2b3 commit a7c8d78

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
## Project Name
2+
Truffle Preserve
3+
4+
## Category
5+
Developer Tooling
6+
7+
## 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!
11+
12+
## Project Status
13+
Beta release & stable version under development
14+
15+
## Previews
16+
https://drive.google.com/file/d/1gIM416dnc2YAUYOIPu2HhkOSDaWM2G3p/view?usp=sharing
17+
![Uploading [email protected]]()
18+
19+
20+
## Target Audience
21+
Developers
22+
23+
## Rough estimated user base (if applicable)
24+
Truffle Suite has about 6 million downloads across our suite of tools including Truffle, Ganache, Drizzle, and Teams
25+
26+
## Github repo
27+
https://github.com/trufflesuite/truffle
28+
29+
## Website
30+
https://www.trufflesuite.com/
31+
32+
## Docs
33+
Our docs are located here: https://www.trufflesuite.com/docs
34+
More docs for this project will be published in April 2021.
35+
36+
## Team Info
37+
38+
### Team Size
39+
Truffle Suite is a team of 13 developers working across our sweet suite of tools.
40+
41+
### Team members
42+
The main developers on this projects are @gnidan and @tcoulter with help from our friend, @rkalis.
43+
44+
## How the community can engage
45+
46+
Twitter: @trufflesuite
47+
Discord: http://trfl.co/truffle-community
48+
Filecoin Community Discussion: https://github.com/filecoin-project/community/discussions/92
49+
50+
## How to Contribute
51+
<!--How can the community contribute to your project?-->
52+
Try out Truffle Preserve and send us your feedback on Discord. We'd love to hear fromy you!
53+

0 commit comments

Comments
 (0)