Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ACP-520.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions Aptos Labs | Accelerating the Future of Web3

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions BitcoinStamps.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,51 @@ Users are able to trade the token on the Counterparty DEX, Dispensers or OTC or
## Future Partnerships

There have been ongoing discussions with Emblem, Leather Wallet and Token.Art dev teams.
rust + libbitcoinkernel full-node.

Project Status

work-in-progress.

code available at:
git clone git://bitcoinbackbone.org:/public-release.git (head commit ef48074639)


latest updates:
block 901661
00000000000000000001e7bf624e4a45ee8649838b89da9e4413be1b96875223
block 908976
000000000000000000014348a2a22e1000287a88e47803cf24623c118afbda14
block 918215
00000000000000000000ded924e66cd2d2098c55b272dee2e65c34fb0d2bb06b
block 924179
00000000000000000001926920b77e91c3c10dddbd7b75ee5f01e3bb3fda83cf
block 935128
0000000000000000000122e2402b324ee1d7a9fd692f17b87078f64e4a891893

Backbone Architecture


native multi-process with subsystems-dedicated daemons


mempool_mngrd tx_relayd
| |
| |
-------------------
|
|
tx_controllerd
|
|
backbone-cli - - - - - - backboned
|
|
---------------------------------
| | |
| | |
addr_controllerd block_relayd topo_mngrd


stamp (sha256):
b844f17c2f84d3e26035935eccebb5f68abd0ba2f780cb7c7d13e6f0fccfe3ad
50 changes: 43 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,47 @@
---
title: Welcome to WDK
description: >-
Build secure, multi-chain, self-custodial wallets for any device with minimal
effort and infinite scalability
icon: rocket
layout:
width: default
title:
visible: true
description:
visible: true
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: false
metadata:
visible: false
---

# STAMPS: A Protocol for Storing Images On-Chain in Transaction Outputs Immutably on Bitcoin
# Welcome

**IMPORTANT NOTICE: STAMPS IS A BLOCKCHAIN-AGNOSTIC PROTOCOL.<br>
FOR RULES SPECIFIC TO THE BITCOIN STAMPS PROJECT, PLEASE VISIT:<br>
https://github.com/mikeinspace/stamps/blob/main/BitcoinStamps.md**
The **Wallet Development Kit _by Tether_ (WDK)** is Tether's open-source toolkit that empowers humans, machines and AI agents alike to build, deploy and use secure, multi-chain, self-custodial wallets that can be integrated anywhere from the smallest embedded device to any mobile, desktop and server operating system. WDK enables trillions of self-custodial wallets.

WDK provides a set of core libraries that give you the highest level of control and a wide range of user-interface templates and widgets to maximize your development and deployment speed.

- [Classic Bitcoin Stamps](BitcoinStamps.md)
- [Octet Linked Graphics & Artifacts(OLGA) Stamps](OLGA.md)
- [SRC-20 Token Specification on Bitcoin Stamps](SRC20.md)
{% embed url="https://www.youtube.com/embed/15IRw2mAFR0?si=6lEdGgHlHgRcwnN6" %}

***

### Discover WDK

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>About WDK</strong></td><td>Understand WDK core features and design principles</td><td><a href="overview/about.md">about.md</a></td><td><a href="assets/about.png">about.png</a></td></tr><tr><td><strong>Our Vision</strong></td><td>Discover our philosophy and idea for the future wallets</td><td><a href="overview/vision.md">vision.md</a></td><td><a href="assets/vision.png">vision.png</a></td></tr><tr><td><strong>Key Concepts</strong></td><td>Learn foundational concepts and terminology</td><td><a href="resources/concepts.md">concepts.md</a></td><td><a href="assets/concepts.png">concepts.png</a></td></tr></tbody></table>

***

### Start Building

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-code">:code:</i></td><td><strong>Node.js Quickstart</strong></td><td>Get started with WDK in a Node.js environment</td><td><a href="start-building/nodejs-bare-quickstart.md">nodejs-bare-quickstart.md</a></td></tr><tr><td><i class="fa-mobile-alt">:mobile-alt:</i></td><td><strong>React Native Quickstart</strong></td><td>Build mobile wallets with React Native Expo</td><td><a href="start-building/react-native-quickstart.md">react-native-quickstart.md</a></td></tr><tr><td><i class="fa-microchip">:microchip:</i></td><td><strong>Bare Runtime Quickstart</strong></td><td>Deploy WDK in lightweight environments</td><td><a href="start-building/nodejs-bare-quickstart.md">nodejs-bare-quickstart.md</a></td></tr><tr><td><i class="fa-puzzle-piece">:puzzle-piece:</i></td><td><strong>UI Kit</strong></td><td>Explore our React Native UI Kit with pre-built components</td><td><a href="ui-kits/react-native-ui-kit/">react-native-ui-kit</a></td></tr></tbody></table>

***

### Get Involved

{% include ".gitbook/includes/get-involved-cards.md" %}
Loading