Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/consenlabs/token-core-monorepo
Monorepo which contains token-core and imkey-core
https://github.com/consenlabs/token-core-monorepo
bitcoin cryptocurrency ethereum hardware
Last synced: 11 days ago
JSON representation
Monorepo which contains token-core and imkey-core
- Host: GitHub
- URL: https://github.com/consenlabs/token-core-monorepo
- Owner: consenlabs
- License: apache-2.0
- Created: 2022-10-17T08:21:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:00:35.000Z (13 days ago)
- Last Synced: 2024-12-30T08:34:55.662Z (13 days ago)
- Topics: bitcoin, cryptocurrency, ethereum, hardware
- Language: C
- Homepage:
- Size: 37.4 MB
- Stars: 13
- Watchers: 8
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TokenCore Monorepo
This repo holds some core code which support imToken. It contains
- token-core, which manages the wallet keystore and sign signature by mobile phone
- imkey-core, which hold the private key in an imKey Hardwallet and sign signature security whitout leaks the pk to mobile.## Getting Started
```bash
$ git clone [email protected]:consenlabs/token-core-monorepo.git
$ cargo build
$ cargo test
```
See more documents in the package readme## Packages
* `token-core` [token-core README](./token-core/README.md)
* `imkey-core` [imkey-core README](./imkey-core/README.md)## Security Report
[imkey Security Report (CN)](./doc/imKeySecurityReport.pdf)## Copyright and License
```
Copyright 2023 imToken PTE. LTD.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```