This project is a TypeScript SDK for interfacing with Permanent.org's API.
You can view the project's changelog to learn more about our releases.
The project is organized as follows:
- docs // Contains documentation related to the project
- src // Contains all project code
| - sdk // The core / exposed functionality of the SDK
| - utils.ts
| - types.ts
| - index.ts // project root, exports the full contents of /sdk and the externally needed types from types.js
This can be published to npm with the publish (npm)
GitHub
Action. Make sure to update the change
log
and increase the version number in package.json when you do so.
Contributors to this repository agree to adhere to the Contributor Covenant Code of Conduct. To report violations, get in touch with engineers@permanent.org.
The version of NodeJS used for development is specified in .node-version
located at the project root.
Be sure to include updates to the changelog as part of any contribution.
Found a vulnerability? Report this and any other security concerns to engineers@permanent.org.
This code is free and open source software licensed under the MIT License.