filecoin-project / filecoin-solidity

Filecoin Solidity API Library
Other
17 stars 11 forks source link

Stable version of npm package #24

Closed vaniiiii closed 7 months ago

vaniiiii commented 10 months ago

Description

This pull request includes the necessary modifications to the package.json file in order to publish this library as an npm package. It is related to issue #10

Final changes

The README.md file should be updated to reflect the inclusion of new files and links. Additionally, author and license confirmations are required. I suggest updating the README.md file to include references to the new files and links once the package is published. This way, the links in the README will point to the live npm package.

Foundry

For users installing the library via Foundry, please note that it initially fetches the latest version from the master branch. In cases where ongoing development and changes are expected on the master branch, it is advisable to create a release branch to ensure Foundry users can access a stable version.

Affected issues