Showing posts with label development. Show all posts
Showing posts with label development. Show all posts

Tuesday, June 4, 2024

Automating pivot-trading, 2024-06-04 update


  • I now have an API-key to @coingecko and am querying prices manually (including associating coingecko IDs to token symbols), receiving JSON responses



  • All pivot tokens are in one spreadsheet for analysis.





Saturday, May 25, 2024

Installing Kujira Pond Locally

HOLY ELIXIR, BATMAN!



@TeamKujira Pond uses the Elixir programming language!

I talked with Joe Armstrong, the inventor of Erlang, at the MIT LL1 conference years ago when he talked about the beauty of Erlang, the basis of Elixir! 

Pond



Pond, the @TeamKujira blockchain dev environment, is up and running on my laptop! 

As I'm on a Mac, I found it easier to install podman instead of docker.

I first had to install the programming language Elixir on my mac with

$ brew install elixir

before I could configure and run @TeamKujira Pond locally.