Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coingrig/core
The Coingrig Core library
https://github.com/coingrig/core
bitcoin crypto ethereum library typescript wallet
Last synced: 2 months ago
JSON representation
The Coingrig Core library
- Host: GitHub
- URL: https://github.com/coingrig/core
- Owner: coingrig
- License: mit
- Created: 2021-11-04T09:04:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T05:56:51.000Z (about 3 years ago)
- Last Synced: 2024-10-27T01:17:09.310Z (3 months ago)
- Topics: bitcoin, crypto, ethereum, library, typescript, wallet
- Language: TypeScript
- Homepage: https://coingrig.com
- Size: 521 KB
- Stars: 13
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.hbs
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 🅒🅖🅒 Coingrig Core
The Coingrig Core library handling the wallet interactions### Setup
Run `yarn`. (Installs dependencies and links packages in the workspace.)### Compilation
Create an `.env` file to configure the platform: `TESTNET=true|false`.
The default value is `TESTNET=false`.### Test
Jest tests are set up to run with `TESTNET=true yarn test`.---
## Documentation
{{>main}}* * *
## Code of Conduct
This library has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
## License
The Coingrig Core Library is licensed under the [MIT License](LICENSE).