https://github.com/application-research/node-estuary-example
An example of uploading data using NodeJS
https://github.com/application-research/node-estuary-example
estuary filecoin ipfs typescript
Last synced: 2 months ago
JSON representation
An example of uploading data using NodeJS
- Host: GitHub
- URL: https://github.com/application-research/node-estuary-example
- Owner: application-research
- License: mit
- Created: 2021-08-16T17:03:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T07:54:22.000Z (over 3 years ago)
- Last Synced: 2025-06-05T23:41:46.333Z (about 1 year ago)
- Topics: estuary, filecoin, ipfs, typescript
- Language: JavaScript
- Homepage:
- Size: 76.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# node-estuary-example
Use `TypeScript` and `node-fetch` to upload a file to Estuary.
### Setup (MacOS)
Clone this repository and then run the script.
```sh
npm install
npm run upload
```
On success you should see something lke this in your terminal.
```js
{
'content-type': 'multipart/form-data; boundary=--------------------------225027799253021671631288'
}
{ cid: 'Qmch2cHCE4WXV32vyaLgWXYqE7VSLYwrT7xJ6tpxqq3NP5' }
```