11 Commits

Author SHA1 Message Date
shamsartem
d218b01a8c
update links (#406) 2022-10-26 11:43:31 +03:00
igor
69fcb9d53f
Migration of the NEAR example to using the Fluence CLI (#388)
* migrated the rust part to fluence cli; updated readme

* migrated the JS part to the fluence CLI; updated the readme

* small formatting fix: backtick

* small formatting fix: backticks missed

* removed unnecessary files

* replaced aqua cli with fluence in package.json, updated readme reflecting the change

* Addressed the pull-requests comments:

+ added more info on the fluence cli;
+ renamed functions so they are explanatory;
+ cut too verbose output;
+ updated the outdated output for deployment;
+ renamed near-related arguments so it's easy to distinguish them;
+ small other improvements.

* readme changes: reformated to a separate tooling section

* small formatting fixed in readme

* Addressing pr comments:

+ removed the tooling section from the readme;
+ added a segway for using fluence cli;
+ fixed typo;
+ removed a commented both from code and the readme.

* + renamed node to peer;
+ added a link on AccountView Near interface;

* small correction regarding fluence cli statement

* removed unnecessary reference for quickstart example

Co-authored-by: igor <dev@igor.sh>
2022-08-25 22:48:39 +02:00
boneyard93501
abf573ee00 update aqua deploy to config-path from data-path 2022-04-28 09:40:54 +02:00
boneyard93501
172897fa47 update config- to data-path 2022-04-23 12:34:48 -05:00
boneyard93501
79ef63a7a9 fldist to aqua updates 2022-03-23 13:29:44 -05:00
boneyard93501
cc147cfc1b update --data-path to --config-path 2022-03-21 15:41:15 -05:00
boneyard93501
8e472d56ce replace dist with remote 2022-03-21 15:38:41 -05:00
boneyard93501
1b65d678a0 update peer section 2022-02-07 10:00:11 -06:00
boneyard93501
cc3403f7db replace fluence New_service with aqua dist deploy 2022-02-07 02:05:16 -06:00
boneyard93501
ffb476d525 fix spelling, update summary 2022-01-31 13:52:41 -06:00
boneyard93501
ba79f5ce9c
NEAR integration with Fluence and Aqua (#38)
* upadte demo

* init repo

* update curl params

* add string sub alteantive, update aqua

* update

* bump versions, remove unused files

* update aqua

* Add section 5: Decentralized Oracles With Fluence And Aqua (#35)

* init quickstart-5

* update consensus calc, tests

* update serivce, aqua

* update service and deploymnt

* update aqua, air

* add seq version

* update aquq

* update examples

* add fold, no fold to aqua

* update par

* update service, aqua with err value

* update tests with err_val

* add connect check, remove peer.connect funcs

* update Readme

* move body to gitbook

* update fldist run_air to aqua run

* bump versions

* add fldist disclaimer, update version in fluence js client

* update services, fjs node

* update urls

* update dialer

* change multiaddr

* Add 'tcp' to multiaddr

* Aqua examples: checking npm version in aqua-ipfs-integration (#37)

* update service id

* update signer and services, readme

* add functon

* move repo

* update docs

* update Marine section

* Update README.md

* update error mapping

* remove contract.rs

Co-authored-by: folex <0xdxdy@gmail.com>
Co-authored-by: Pavel <Pavel.Murygin@gmail.com>
2021-12-18 14:56:34 -06:00