Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starcoinorg/stc-ed25519
https://github.com/starcoinorg/stc-ed25519
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starcoinorg/stc-ed25519
- Owner: starcoinorg
- License: mit
- Created: 2021-05-29T14:14:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T14:31:59.000Z (over 3 years ago)
- Last Synced: 2024-08-09T03:27:54.562Z (3 months ago)
- Language: TypeScript
- Size: 849 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stc-ed25519
This repo is forked from [noble-ed25519](https://github.com/paulmillr/noble-ed25519), and fixed 2 issues we met in starcoin-explorer:
- [#21](https://github.com/paulmillr/noble-ed25519/pull/21)
- [#22](https://github.com/paulmillr/noble-ed25519/pull/22)## Contributing
1. Clone the repository.
2. `yarn` to install build dependencies like TypeScript
3. `yarn build` to compile TypeScript code
4. `yarn test` to run jest on `test/index.ts`