[Developer Tooling] Textile #89
Replies: 5 comments 1 reply
-
Textile Update- Feb, 2021Some things we've been working on lately that we'd love feedback on. Miner IndexTLDR: A public API that shares real-time information about miners on the network (including known deal history and some curated fields) so you can find great miners fast. We are baking in some other goodies. This is coming together really fast, so we should be able to show you something next sprint. In the meantime, our Discussion is open for questions and feedback here: https://github.com/textileio/textile/discussions/496. DID identifiers for datasetsTLDR: we build a data synchronization protocol called Threads that pulls together libp2p and IPLD with some event sourcing goodness. We are working now to add an underlying DID support that will open them up to all sorts of new integrations. Chime in here: https://github.com/textileio/go-threads/discussions/483 Bucket Pinning APItldr: buckets are object storage over IPFS. They allow collaborators to easily manage and synchronize folders of data from their computers and publish that data over IPFS easily. they also have Filecoin integration that allows you to snapshot them on Filecoin easily. Now, we want to provide a Pinning API on every bucket you create. We are looking into making this a way to Pin a CID direct to Filecoin. It's a pretty powerful idea. If you are intrigued, jump in here https://github.com/textileio/textile/discussions/499 A notary for Web3TLDR: client verification on the Filecoin network is well suited for single addresses at a time. We've defined a flow that will allow developers to apply for a datacap on behalf of all of their users once. It opens up a lot more options for building apps where users create verified deals right away. The Discussion is here: https://github.com/textileio/textile/discussions/495 |
Beta Was this translation helpful? Give feedback.
-
Textile Update- Mar 8, 2021See our previous update here #89 (comment) Miner Index [RELEASED]V1 is released! https://blog.textile.io/introducing-the-miner-index/ and https://bafzbeic7zldbidfgowimkbayaojcrawdiaxjkhcu26dsd4e4hbl5klcjqa.textile.space/. We're very excited about this tool and hope projects find it useful. There are 3 primary commands / API endpoints.
We got some good feedback from miners about some tweaks to how we are reporting deals that don't complete. Those updates will come over the next few weeks. DID identifiers for datasetsSo much progress here! go-did-resolver is moving along to give threads support for different did types. Bucket Pinning APIbuckets have been split into their own repo where we will now extend with a pinning API. A notary for Web3Still coming together, so feel free to add any questions or comments here: https://github.com/textileio/textile/discussions/495 Other updates
|
Beta Was this translation helpful? Give feedback.
-
Textile Update- Mar 15, 2021See our previous update here #89 GR9 Hackathon
Our grants include bounties to build dashboards/visualizations of the miner index, integrate Filecoin into new app features, and more. GR9 GrantsWe've got some awesome projects from the Textile ecosystem participating in the GR9 Grants, give 'em your support https://twitter.com/textileio/status/1370832874341994497 5 Minute product tourWe put together a helpful new choose-your-own adventure slide deck where you can check out each of our products and drill into any you wish to know more about. https://twitter.com/textileio/status/1370406547554066437 Community tweets that make us proud
Bucket Pinning APILots of progress here (very related to Thread DID work). Quoting @sanderpick from slack engineering
> ipfs pin remote service ls
mybucket http://127.0.0.1:8000/thread/bafk6chlb2ez6ee7iwjq7fhjsv7wffzea57sa/buckets/bafzbeidkhyny26jte426cd72pwuttyivtge5ijh36vlj45vczzpizwtx7y
> ipfs pin remote add --service=mybucket --name=mypin --background bafybeig24a3nubcbescvhwb5rlab7v4r676rpqa3w2uulwjd472qt3rtda
CID: bafybeig24a3nubcbescvhwb5rlab7v4r676rpqa3w2uulwjd472qt3rtda
Name: mypin
Status: queued
> ipfs pin remote service ls
mybucket http://127.0.0.1:8000/thread/bafk6chlb2ez6ee7iwjq7fhjsv7wffzea57sa/buckets/bafzbeidkhyny26jte426cd72pwuttyivtge5ijh36vlj45vczzpizwtx7y
> buck get
{
"thread": "bafk6chlb2ez6ee7iwjq7fhjsv7wffzea57sa",
"_id": "bafzbeidkhyny26jte426cd72pwuttyivtge5ijh36vlj45vczzpizwtx7y",
"owner": "did:key:12D3KooWRQkPKVnGLxBhZbbi8zi8QECVZwbSjfYV7mak5vk99T9p",
"name": "unnamed",
"version": 1,
"path": "/ipfs/bafybeibbva2q5u5huwu2l5n25jzgvo2xxxbavi2ex5jujyu6lf7a7iu3ni",
"metadata": {
"": {
"roles": {
"*": 1,
"did:key:12D3KooWRQkPKVnGLxBhZbbi8zi8QECVZwbSjfYV7mak5vk99T9p": 3
},
"updated_at": 1615792297065949700
},
".textileseed": {
"roles": {},
"updated_at": 1615792297065949700
},
"bqpesoi5aegy776lugbf7dpadr7h4ztoo": {
"roles": {},
"info": {
"pin": {
"created": "2021-03-15T07:44:53.074051506Z",
"pin": {
"cid": "bafybeig24a3nubcbescvhwb5rlab7v4r676rpqa3w2uulwjd472qt3rtda",
"name": "mypin",
"origins": [
"/ip4/192.168.64.1/tcp/4001/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip4/127.0.0.1/tcp/4001/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip6/::1/tcp/4001/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip4/192.168.64.1/udp/4001/quic/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip4/127.0.0.1/udp/4001/quic/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip6/::1/udp/4001/quic/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip4/75.142.226.110/tcp/11340/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L",
"/ip4/75.142.226.110/udp/11340/quic/p2p/12D3KooWFSFtCvJCuimAnSF2n2zW67NroPv8Y29w77JN1q9WpJ4L"
]
},
"requestid": "bqpesoi5aegy776lugbf7dpadr7h4ztoo",
"status": "queued"
}
},
"updated_at": 1615794293141921800
}
},
"created_at": 1615792297065949700,
"updated_at": 1615794676375010600
} |
Beta Was this translation helpful? Give feedback.
-
Textile Update- Mar 31, 2021See our previous update here #89 (comment) ChainLink Hackathon & GR9 Hackathon WorkshopsWe gave two workshops that are each available online now. The workshops were meant to give a nice introduction to Filecoin from the client's perspective. They included a tour of some of the exciting interfaces being build, some of the APIs that are available, and and some of the full-node options. Then, they had a 5 steps to storing data on Filecoin with buckets and a really quick introduction to Powergate. The two workshops are 95% the same material, but here are the two links: gr9 https://www.youtube.com/watch?v=VWm9KaL0LkE&feature=youtu.be chainlink https://www.youtube.com/watch?v=NdSdsTsh0QI Thread DIDsThe discussion on thread dids is attracting more comments, which is exciting. Some good feedback and ideas are bubbling up. Carson submitted a paper to DI2F related to the topic. Gr9 Community SupportWe were too late this year to be any kind of matching sponsor in the Gitcoin GR9 Grants round. However, we still wanted to contributed to the Textile community taking part. We set aside 5000DAI. So as to influence other's contributions as little as possible, we held off until the final day. We then voted internally on the set of Textile community projects in the grant round and distributed the DAI according to our internal vote. Here is what we ended up supporting:
Job Referral ProgramWe have a couple of positions front-end engineer and go engineer that we'd love your help filling! If not you, we also have a paid referral program if you know any talented candidates, see here. |
Beta Was this translation helpful? Give feedback.
-
Textile Update- July, 2021Bridging Filecoin to a blockchain near youOur first Filecoin bridge is live! Read all about it here. Share the tweet with all your fans too! This is the first part in our development of native Filecoin storage bridges across multiple different blockchains. The first bridge is available on the NEAR testnet, you can read the docs here, https://near.storage. New tooling to improve storage workflows
Read more about both releases here: https://blog.textile.io/introducing-storage-auctions-filecoin/ Coming up!Tomorrow, we'll publish our technical blog post about using the NEAR~Filecoin bridge. |
Beta Was this translation helpful? Give feedback.
-
Hi all!
Textile is a suite of tools and APIs to help you build on IPFS and Filecoin. Here are some of our projects,
I'll drop our first update below!
Beta Was this translation helpful? Give feedback.
All reactions