Skip to content

Instantly share code, notes, and snippets.

View riccardopersiani's full-sized avatar
💾
Probably coding...

Riccardo Persiani riccardopersiani

💾
Probably coding...
View GitHub Profile
call plug#begin('~/.local/share/nvim/plugged')
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'elixir-editors/vim-elixir'
Plug 'fatih/vim-go', { 'tag': '*' }
Plug 'junegunn/vim-easy-align'
Plug 'leafgarland/typescript-vim'
Plug 'pangloss/vim-javascript'
Plug 'preservim/nerdtree'
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
Plug 'rust-lang/rust.vim'

Provable - pBTC on EOS

Architecture

Both EOS Mainnet and Jungle 3 have the same structure.

The ptokens machine are composed by 4 main elements:

  • Mongo db, creates index as block num. two collections traces and blcoks. Tx are the redeems. Mongo problem just restarts. Db is very light. Not the bottleneck.