ontio / ontology

Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
GNU Lesser General Public License v3.0
829 stars 290 forks source link

Why there are two different versions of ontology, v2.3.5 and v1.14.2, which version should I use? #1392

Closed vae520283995 closed 2 years ago

vae520283995 commented 2 years ago

@laizy please help

laizy commented 2 years ago

use v2.3.5 if you just want compile and run ontology. v1.14.2 is used as a lib by other projects like go sdk , ontology-rosetta

vae520283995 commented 2 years ago

use v2.3.5 if you just want compile and run ontology

ok, thank you