Git Product home page Git Product logo

chrome-extension-wallet-test's Introduction

插件钱包相关研究分享

1、协议/钱包
2、谷歌插件
3、个人分享

协议/钱包

协议:Ordinals、Atomicals、闪电网络、Taproot、Nostr、RGB、RUNE
钱包:Unisat、Wizz、OKX、Xverse、BitMask

闪电网络: 支付通道,解决性能问题
Taproot: 为比特币区块链上发行、发送资产提供核心功能,实现更高的隐私和可扩展性
Nostr: 消息协议,去中心化的社交网络
RGB: 是图灵完备的可以有复杂的合约搭建商业应用

部分协议的特点总结:https://www.techflowpost.com/article/detail_14562.html

钱包地址:
Taproot (P2TR)
Nested Segwit (P2SH-P2WPKH)
Native Segwit(P2WPKH)
Legacy (P2PKH)

avatar

参考地址:https://www.youtube.com/watch?v=duSnVpSsx34


BRC20标准

{
  "p": "brc-20",
  "op": "deploy",
  "tick": "ordi",
  "max": "21000000",
  "lim": "1000",
}
{
  "p": "brc-20",
  "op": "mint",
  "tick": "ordi",
  "amt": "1000"
}
{
  "p": "brc-20",
  "op": "transfer",
  "tick": "ordi",
  "amt": "1000"
}

Ordinals协议: https://docs.ordinals.com/
BRC20标准:https://domo-2.gitbook.io/brc-20-experiment/
Atomicals协议: https://docs.atomicals.xyz/
ARC20标准: https://atomicals.3p-labs.com/arc20-dai-bi
BitMask钱包:https://bitmask.app/

谷歌插件

谷歌插件开发文档:https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=zh-cn
Unisat插件钱包:https://github.com/unisat-wallet

个人分享

1、UTXO
avatar
avatar

avatar

参考地址:https://zhuanlan.zhihu.com/p/361854961

2、比特币和区块链原理
https://www.youtube.com/watch?v=g_fSistU3MQ

3、比特币交易如何防伪
https://www.youtube.com/watch?v=pbAVauYsqP0





































插件钱包

前端部分

chrome-extension-wallet-test's People

Contributors

sutaiyi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.