Scripts for importing and seeding Protocol Labs packages and dependencies in Forage
git clone https://github.com/foragepm/forage-pl.git
cd forage-pl
npm ci
Import all IPFS and Filecoin packages all dependencies of Protocol Labs repositories into Forage
npm start
Then you can install and run Forage in seed mode to share your newly imported packages with everyone else:
npm install -g foragepm
forage seed
Forest needs your help! There are a few things you can do right now to help out:
Read the Development documentation, Code of Conduct and Contributing Guidelines.
- Check out existing issues The issue list has many that are marked as 'help wanted' which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
- Perform code reviews More eyes will help a. speed the project along b. ensure quality, and c. reduce possible future bugs.
- Add tests. There can never be enough tests.
MIT License © 2021 Andrew Nesbitt.