https://github.com/hebilicious/ipfs-web3
Web3.js Plugin for IPFS Upload and register in Contract
https://github.com/hebilicious/ipfs-web3
Last synced: over 1 year ago
JSON representation
Web3.js Plugin for IPFS Upload and register in Contract
- Host: GitHub
- URL: https://github.com/hebilicious/ipfs-web3
- Owner: Hebilicious
- Created: 2023-11-11T00:35:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T01:53:05.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:13:53.084Z (over 1 year ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ipfs-web3
===========
- Please check the https://github.com/Hebilicious/web3-ipfs-plugin repository before you check this one.
- This is an experimental web3 plugin that enables IPFS features through Helia.
How to use
------------
1. Install dependencies with `yarn install`.
2. Add an environment variable `PRIVATE_KEY` with a private key that has some ETH on the Sepolia Testnet. You can use a `.env` file for this.
3. Run the test with `yarn run test`
Contributing
------------
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
-------
[MIT](https://choosealicense.com/licenses/mit/)