BCPs #
BCP = Bitcoin SV Contract Protocol
These protocols are defined to organize and coordinate different contract patterns in a formulated manner for better communication, collaboration, and education.
BCP-01
BSV Non-Fungible Token
#
- 感应合约内置 NFT 协议 (对标 ERC721)
- Mirror of ERC-721 (non-fungible token protocol on Ethereum)
- NFT issuing, creating, transferring, and destroying
- BSV/NFT contracted trading in BSV transactions
- Project URLs:
- Trading history data querying and browsing
- More information will be added soon.
BCP-02
BSV Fungible Token
#
- 感应合约内置 FT 协议 (对标 ERC20)
- Mirror of ERC-20 (fungible token protocol on Ethereum)
- FT issuing, transferring, and destroying
- BSV/FT & FT/NFT contracted trading in BSV transactions
- Project URLs:
- Trading history data querying and browsing
- More information will be added soon.
BCP-03
Unique Contract
#
- 基于感应合约的全局状态协议,建立和维护链上的全局唯一状态,可用于 swap 等业务实现。
- Sensible Contract based Global State Protocol. It creates and maintains a global unique state on-chain, and can be used to implement advanced features like Swap.
- Project URL
- More information will be added soon.