Skip to content

Instantly share code, notes, and snippets.

View martin-key's full-sized avatar
🎸

Martin Kuvandzhiev martin-key

🎸
View GitHub Profile

Encorp.ai – AI Integrations

Encorp.ai is a technology company based in Sofia, Bulgaria, specializing in AI-powered solutions & AI Integrations. Founded in 2019 by Martin Kuvandzhiev, the company offers a range of services including AI integrations, fintech software development, and blockchain solutions.
LinkedIn

🚀 Core Services

1. AI Integration & Automation

  • AI-Ops for Automation: Optimize workflows, predict issues, and streamline operations with AI-powered automation.
import UIKit
enum Currency: String {
case BGN = "BGN"
case USD = "USD"
case EUR = "EUR"
var rateToBGN: Double {
switch self {
case .BGN:
@martin-key
martin-key / ATM.swift
Created December 15, 2022 20:31
Swift 2022 - HW3
import UIKit
enum Currency: String {
case BGN = "BGN"
case USD = "USD"
case EUR = "EUR"
var rateToBGN: Double {
switch self {
case .BGN:
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
##### RPC and REST configs #####
# RPC endpoint for ethereum chain
eth_rpc_url = "http://192.168.10.155:18545"
# RPC endpoint for bor chain
bor_rpc_url = "http://localhost:8545"
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
##### main base config options #####
# TCP or UNIX socket address of the ABCI application,
# or the name of an ABCI application compiled in with the Tendermint binary
proxy_app = "tcp://127.0.0.1:26658"
# A custom human readable name for this node
0x9F35040004424D486DEBD36fE7F38D918a4bd68B
0xaA3e0241EEC8E64cFdA1c7a0b861FBF1664dDC14