mirror of
https://github.com/dragonchain/dragonchain.git
synced 2025-08-10 00:01:56 -04:00
Add getting started links/update dependencies (#259)
This commit is contained in:
parent
e14c8d0255
commit
dd73edf418
@ -2,9 +2,12 @@
|
||||
|
||||
## 4.2.1
|
||||
|
||||
- **Documentation:**
|
||||
- Update documentation links to add the [getting started guide](https://docs.dragonchain.com/)
|
||||
- **Packaging:**
|
||||
- Update boto3 dependencies
|
||||
- Update redisearch in helm chart to 1.4.18
|
||||
- Update redis in helm chart to 5.0.7
|
||||
|
||||
## 4.2.0
|
||||
|
||||
|
17
README.md
17
README.md
@ -17,8 +17,15 @@ and public blockchain interoperability, Dragonchain shines a new and interesting
|
||||
|
||||
</div>
|
||||
|
||||
## 🏁 Getting Started
|
||||
|
||||
For getting started with Dragonchain, we recommend visiting [docs.dragonchain.com](https://docs.dragonchain.com/)
|
||||
|
||||
Those docs go over the friendliest overview for understanding, installing, and using Dragonchain.
|
||||
|
||||
## 🔗 Quick Links
|
||||
|
||||
- [Getting Started With Dragonchain](https://docs.dragonchain.com/)
|
||||
- [Project Documentation](https://dragonchain-core-docs.dragonchain.com/latest/)
|
||||
- [Dragonchain Console](https://console.dragonchain.com/)
|
||||
- [Dragonchain Inc](https://dragonchain.com/)
|
||||
@ -31,15 +38,13 @@ and public blockchain interoperability, Dragonchain shines a new and interesting
|
||||
|
||||
## 📝 Documentation
|
||||
|
||||
Please read the [docs](https://dragonchain-core-docs.dragonchain.com/latest/) for further details and documentation.
|
||||
Documentation for this specific repository are [available here](https://dragonchain-core-docs.dragonchain.com/latest/).
|
||||
|
||||
The documentation is intended for developers wishing to learn about and contribute to the Dragonchain core platform itself.
|
||||
This documentation is intended for developers wishing to learn about and contribute to the Dragonchain core platform itself.
|
||||
|
||||
For _interaction_ with the Dragonchain, we recommend signing up for a [Dragonchain Console](https://console.dragonchain.com)
|
||||
account and testing with our managed service, as it will be easier for getting started with developing _on top of_ dragonchain
|
||||
(rather than developing the actual Dragonchain core platform).
|
||||
For _interaction_ with the Dragonchain, we recommend using the [Getting Started link](https://docs.dragonchain.com/) instead.
|
||||
|
||||
For interaction and using the Dragonchain, check out the SDKs (or CLI) and their relevant documentation instead:
|
||||
You can also view one of our SDKs (or their docs) to start interacting with a Dragonchain:
|
||||
|
||||
- Python: [SDK](https://pypi.org/project/dragonchain-sdk/) - [Documentation](https://python-sdk-docs.dragonchain.com/latest/)
|
||||
- Javascript: [SDK](https://www.npmjs.com/package/dragonchain-sdk) - [Documentation](https://node-sdk-docs.dragonchain.com/latest/)
|
||||
|
@ -2,16 +2,13 @@
|
||||
|
||||
[Dragonchain](https://dragonchain.com/) is an enterprise blockchain platform which simplifies the integration of real business applications onto a blockchain.
|
||||
|
||||
## Usage
|
||||
|
||||
Instructions for using this helm chart are available with the [Dragonchain Docs](https://dragonchain-core-docs.dragonchain.com/latest/deployment/deploying.html#helm-chart).
|
||||
|
||||
Please reference those docs for requirements/installation/deployment of this chart.
|
||||
We recommend visiting [docs.dragonchain.com](https://docs.dragonchain.com/) to get started with using Dragonchain.
|
||||
|
||||
## Information
|
||||
|
||||
Various information about Dragonchain can be found in the following locations:
|
||||
|
||||
- [Getting Started With Dragonchain](https://docs.dragonchain.com/)
|
||||
- [Project Source Code](https://github.com/dragonchain/dragonchain)
|
||||
- [Project Documentation](https://dragonchain-core-docs.dragonchain.com/latest/)
|
||||
- [Dragonchain Console](https://console.dragonchain.com/)
|
||||
|
@ -145,7 +145,7 @@ dragonchain:
|
||||
redis:
|
||||
image:
|
||||
repository: docker.io/redis
|
||||
tag: 5.0.6-alpine
|
||||
tag: 5.0.7-alpine
|
||||
storage:
|
||||
spec:
|
||||
storageClassName: standard
|
||||
|
@ -1,4 +1,4 @@
|
||||
boto3==1.10.22
|
||||
boto3==1.10.26
|
||||
redis==3.3.11
|
||||
apscheduler==3.6.3
|
||||
jsonpath==0.82
|
||||
|
Loading…
x
Reference in New Issue
Block a user