README.md in universa-0.2.6 vs README.md in universa-0.3.1

- old
+ new

@@ -2,14 +2,15 @@ > Alfa state: direct full access to Java API ready for test, started adapter of remote objects - syntax sugar for direct access to remote objects. This is an under-construction official gem from [Universa][universa] to facilitate access to the -Java library using Universa's UMI protocol. +Java library using Universa's UMI protocol and Universa client services. ## News +- rewritten Client and Connection to use new consensus-based, dns-free Universa network topology discovery protocol - added syntax sugar for TransactionPack - alfa version of the local FS-based contract store. - ability to edit `contract.state` and `contract.transactional` in new revisions. - fixed errors with interchange builder and set based objects - ruby sugar for Universa native classes: Role, Adapter, Contract, Binder, HashId. @@ -61,19 +62,18 @@ # ruby-style snake case could also be used: contract_id = contract.get_id.to_base64_string ``` - ## Docs and resources for more information see: -- [Universa gem page](https://kb.universa.io/universa_ruby_gem/131) in the Universa Knowledge Base. -- Universa Java API: https://kb.universa.io/general_java_api/5 -- Universa UMI server: https://kb.universa.io/umi_protocol/98 -- Ruby [docs online](https://kb.universa.io/system/static/gem_universa/) +- [Universa gem page](https://kb.universablockchain.com/universa_ruby_gem/131) in the Universa Knowledge Base. +- Universa Java API: https://kb.universablockchain.com/general_java_api/5 +- Universa UMI server: https://kb.universablockchain.com/umi_protocol/98 +- Ruby [docs online](https://kb.universablockchain.com/system/static/gem_universa/) - Farcall [gem](https://github.com/sergeych/farcall) and [protocol](https://github.com/sergeych/farcall/wiki). ### Use UMI service (alfa state) The Universa::Service greatly simplify work taking all boilerplate. Just create objects almost as usual and use them @@ -106,6 +106,6 @@ ## Code of Conduct Everyone interacting in the Universa project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/universa/blob/master/CODE_OF_CONDUCT.md). -[universa]:http://universa.io +[universa]:https://universablockchain.com