Takes a few steps to install and will be needed to follow along with the steps later in the workshop.
Network Clients: Lotus
Network Clients: Powergate
Interfaces: Fleek
Interfaces: Voodfy
Interfaces: file.video
Interfaces: Slate
APIs: nft.storage
APIs: Filswan
APIs: Powergate, again!
APIs: Textile Buckets
Buckets provide object storage, synchronization, and sharing over IPFS and Filecoin. They are easy to use and full of features.
press down to learn more about buckets or right to continue the tour
Buckets bridge multiple protocols so you can use the best for any use-case.
press down to learn more about buckets or right to continue the tour
You can embed the buckets API in your app and give your users their own buckets.
press down to learn more about buckets or right to continue the tour
cryptography = await import("https://unpkg.com/@textile/crypto?module")
api = await import("https://unpkg.com/@textile/[email protected]?module")
buck = await api.Buckets.withKeyInfo({ key: "apikey", secret: "secret" })
const alice = cryptography.PrivateKey.fromRandom()
await buck.getToken(alice)
const { root, threadID } = await buck.getOrCreate('bucket', {
threadName: 'default',
encrypted: false,
})
const nodes = await buckets.listPath(key, "")
if (nodes.item) {
for (const obj of nodes.item.items) {
if (obj.name === '.textileseed') continue
if (obj.isDir) {
console.log(`${obj.name}`)
}
}
}
Fresh off the press. go-buckets is a full node for services and apps.
press down to learn more about buckets or right to continue the tour
Hosted access to the IPFS and Filecoin network. Bucket persistence, Thread APIs, and more.
press down to learn more about the hub or right to continue the tour
> hub init
> hub buck init --cid=bafybeihdavzx5tuykt43g4ohbwccfuvfcdwivmimw2uffpr5vzt2wrtyny
> hub fil addrs
> hub buck archive set-default-config --fast-retrieval --trusted-miners {A,B} --rep-factor 2
> hub buck archive Success! Archive queued successfully
1. Init account
2. CD into a new directory. Init bucket (WARN: 5Gib download)
3. List and fund your Hub wallet address
4. Set bucket default storage config to use your miner
5. Kick off the storage deal with your miner
press down to learn more about the hub or right to continue the tour
press down to learn more about powergate or right to continue the tour
press down to learn more about powergate or right to continue the tour
An easy to use API to discover miners on the Filecoin network and store your data.
Get in touch at https://slack.textile.io