Commit Graph

78 Commits

Author SHA1 Message Date
T. D. Laajala
1bb6d9b64e
Merge pull request #2 from Rucknium/main
Dark mode added. Allow user to choose port of daemon. Addressed floating point bug with nonce identifiers
2021-06-29 02:18:28 +03:00
332e9762f1 Fixed issue with display of wrong order book spread 2021-06-28 14:22:20 -04:00
b74b1e99a2 Now with option to turn on dark mode. 2021-06-28 13:26:08 -04:00
0731a64fce Now can choose a URL as an argument for shinyTF, which allows choice of port for the RPC. Useful if running the game GUI at the same time as the Shiny app. 2021-06-28 03:27:49 -04:00
efdaf312e4 Splitting shiny code into ui.R and server.R 2021-06-28 02:02:55 -04:00
3c49170cb7 Adding options to parse the RPC json so that all numbers, or just the nonce, are parsed as strings. Nonces are about 20 digits, while R loses precision at about 16 digits. The Rmpfr package could be used to represent numbers at arbitrary precision. 2021-06-28 01:44:47 -04:00
d940ee3bc9 Explicitly allow passing of URL argument to parsers to allow more flexibility in specifying ports for RPC 2021-06-28 01:34:28 -04:00
T. D. Laajala
9f8d3e4499
Merge pull request #1 from Ruckneum/main
Added draft wallet operations and order book chart viewer and fixed tf_parse_markets()
2021-06-20 19:29:59 +03:00
7d0e483a6d Proof-of-concept for map of flags 2021-06-20 12:07:53 -04:00
59edb34e86 Added draft wallet operations and order book tab. 2021-06-19 19:13:18 -04:00
e9f32e7bd0 tf_parse_markets() now gets both bids and offers 2021-06-19 17:46:42 -04:00
e394dfb5b5 Added .Rbuildignore to gitignore 2021-06-19 17:43:53 -04:00
a7b3dbf3f2 Added R-specific gitignore files types 2021-06-19 17:22:22 -04:00
edbf08995a NFT and non-NFT item parsing and inspection for R Shiny 2021-04-17 05:41:11 +03:00
950d193b98 Basic PNG parsing from TF ipfs to R Shiny 2021-04-16 22:24:25 +03:00
9d7311bb7f tf_parse_nfts 2021-03-20 07:04:52 +02:00
b9e7e2302f tf_parse_markets and shiny 2021-03-20 06:40:55 +02:00
107f8981f9 tf_parse_network and its shiny tab 2021-03-20 05:18:19 +02:00
a551cc5093 Tabs and Accounts-tab in R Shiny 2021-03-20 04:47:12 +02:00
34b5d64e7c Merge branch 'main' of https://github.com/Syksy/TownforgeR into main 2021-03-20 04:08:13 +02:00
0fae3c2f48 tf_parse_accounts 2021-03-20 04:08:05 +02:00
T. D. Laajala
89fe3d94a8
Update README.md 2021-03-14 05:32:00 +02:00
T. D. Laajala
2200a99b34
Update README.md 2021-03-14 05:31:10 +02:00
T. D. Laajala
ee8b951d87
Update README.md 2021-03-14 05:30:56 +02:00
T. D. Laajala
1e5f749b66
Update README.md 2021-03-14 05:30:05 +02:00
T. D. Laajala
dfcd4aee14
Update README.md 2021-03-14 05:29:55 +02:00
T. D. Laajala
39b22fc305
Create README.md 2021-03-14 05:29:38 +02:00
b819c6bf42 First prototype 2021-03-14 05:15:36 +02:00