@osaguild/ipfs-uploader
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

IPFS Uploader

The file upload component for ipfs which based on chakra ui. Now we only support pinata.

Getting started

Installation

@osaguild/ipfs-uploader

yarn add @osaguild/ipfs-uploader

dependencies for react

This repository runs on react so you need to install react and react-dom to dependencies

yarn add react react-dom
yarn add react-scripts -D

If you use typescript, you need to install @types/react and @types/react-dom

yarn add @types/react @types/react-dom -D

dependencies for other packages

This repository use chakra-ui and axios. So you need to install these packages.

yarn add @chakra-ui/react @emotion/react @emotion/styled axios framer-motion -D

Release to npm

yarn rollup
yarn login
yarn publish --access=public

Package Sidebar

Install

npm i @osaguild/ipfs-uploader

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

101 kB

Total Files

217

Last publish

Collaborators

  • osaguild