@osaguild/ipfs-uploader

ipfs uploader


Keywords
web3, ipfs, pinata, react, upload, npm-package, storybook, typescript
License
MIT
Install
npm install @osaguild/ipfs-uploader@0.4.1

Documentation

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