Package Exports
- @starcoin/stc-ed25519
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@starcoin/stc-ed25519) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
stc-ed25519
This repo is forked from noble-ed25519, and fixed 2 issues we met in starcoin-explorer:
Contributing
- Clone the repository.
yarn
to install build dependencies like TypeScriptyarn build
to compile TypeScript codeyarn test
to run jest ontest/index.ts