0.2.9 • Published 2 years ago

@truffle/preserve-to-buckets v0.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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
};
0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago