My Learning EOS Save

EOS concepts and programming covered here. Join via https://www.fiverr.com/abhijitroy294/teach-eos-blockchain-online or DM on Telegram https://t.me/abhi3700

Project README

My_Learning_EOSIO

EOS, Antelope (formerly EOSIO) resources available here.

My EOSIO Projects

Official Repo (by Block.one EOS) [DEPRECATED]

EOS Network Foundation

Development

EOS

Telos

{
  "initial_key": "EOS7xyPWfh6743fhZ46zQQcXSctddoqG65d44YsyRnCJCs54mJLrH",
  "initial_configuration": {
    "max_block_net_usage": 1048576,
    "target_block_net_usage_pct": 1000,
    "max_transaction_net_usage": 524288,
    "base_per_transaction_net_usage": 12,
    "net_usage_leeway": 500,
    "context_free_discount_net_usage_num": 20,
    "context_free_discount_net_usage_den": 100,
    "max_block_cpu_usage": 5000000,
    "target_block_cpu_usage_pct": 1000,
    "max_transaction_cpu_usage": 150000,
    "min_transaction_cpu_usage": 100,
    "max_transaction_lifetime": 3600,
    "deferred_trx_expiration_window": 600,
    "max_transaction_delay": 3888000,
    "max_inline_action_size": 4096,
    "max_inline_action_depth": 4,
    "max_authority_depth": 6
  },
  "initial_timestamp": "2019–08–07T12:00:00.000"
}

BOS

WAX

Block Explorer

EOSIO History Tools

Others

EOS DApps

NFT

DeFi

EOSIO Chains

Concepts (Official)

Education, Academics, Course

Hackathons

EOS Programming API

Python

Java

Javascript

Repositories

SC using C/C++

SC using Rust

Here, try the getting started tutorial, And then try to write unit tests using Qtest on top of the .wasm & .abi files.

Failing on macOS M1. Getting this error:

❯ eosdebugger
export CHAIN_API_LIB=/Users/abhi3700/opt/anaconda3/lib/python3.9/site-packages/ipyeos/release/lib/libchain_api.dylib
export VM_API_LIB=/Users/abhi3700/opt/anaconda3/lib/python3.9/site-packages/ipyeos/release/lib/libvm_api.dylib
export PYTHON_SHARED_LIB_PATH=/Users/abhi3700/opt/anaconda3/lib/libpython3.9.dylib
/Users/abhi3700/opt/anaconda3/lib/python3.9/site-packages/ipyeos/release/bin/ipyeos -m ipyeos eosdebugger
dyld[85548]: Library not loaded: /usr/local/opt/zstd/lib/libzstd.1.dylib
  Referenced from: <9D771806-EEBF-3787-9792-2F1465279363> /Users/abhi3700/opt/anaconda3/lib/python3.9/site-packages/ipyeos/release/bin/ipyeos
  Reason: tried: '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/lib/libzstd.1.dylib' (no such file), '/usr/lib/libzstd.1.dylib' (no such file, not in dyld cache)

Tried after $ python3 -m pip install -U ipyeos

SC using AssemblyScript

SC using TypeScript

NOTE: It uses ASCDk: https://github.com/uuosio/ascdk

Governance

Identity

DeFi

Blogs, News articles

TO_READ

Open Source Agenda is not affiliated with "My Learning EOS" Project. README Source: abhi3700/My_Learning_EOS