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: 8 days ago
JSON representation

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`