README.md in universa-0.1.4 vs README.md in universa-0.1.5
- old
+ new
@@ -1,8 +1,9 @@
# Universa
-> Alfa state: direct access to Java API ready for test.
+> 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.
## Installation
@@ -48,24 +49,27 @@
# 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/)
- 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
as is they are local:
```ruby
-key = PrivateKey,new(open('mykey.private.unikey', 'rb').read)
+key = PrivateKey.new(open('mykey.private.unikey', 'rb').read)
contract = Contract.new(key)
contract.seal()
p contract.check()
```
@@ -89,6 +93,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
\ No newline at end of file
+[universa]:http://universa.io