🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@truffle/preserve-to-buckets

Package Overview
Dependencies
Maintainers
11
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/preserve-to-buckets

Truffle `preserve` command support for Textile Buckets

Source
npmnpm
Version
0.2.8
Version published
Weekly downloads
4.2K
55.47%
Maintainers
11
Weekly downloads
 
Created
Source

@truffle/preserve-to-buckets

Configuration

To preserve your files to Textile Buckets, you will need to install Textile's hub tool, register and create authentication keys.

hub init
hub keys create
 - account
 - Require Signature Authentication (recommended): N

Then you need add these keys as well as a bucket name to an environment in your truffle-config.js

module.exports = {
    environments: {
        development: {
            buckets: {
                key: "MY_BUCKETS_KEY",
                secret: "MY_BUCKETS_SECRET",
                bucketName: "truffle-preserve-bucket",
            }
        }
        // ... other environments
    }
    // ... rest of your truffle-config
};

FAQs

Package last updated on 09 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts