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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ wallets/
# contract generated files
contracts/*.rgb
contracts/*.yaml
contracts/*.contract
!contracts/*.template

# consignment inspect files
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

36 changes: 23 additions & 13 deletions contracts/collectible.yaml.template
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
interface: RGB25Base
consensus: bitcoin
testnet: true
issuer:
codexId: qg8TdlRF-~RGz7bI-pceS960-evWjLKg-NcWTNWy-D9pIYBA
version: 0
api: r~mUOw
name: OtherToken
method: issue
timestamp: "2024-12-18T10:32:00-02:00"

globals:
name: Other asset
details: Asset description
precision: 0
terms:
text: demo CFA asset
media: ~
issuedSupply: issued_supply
global:
- name: details
unverified: Demo CFA asset
verified: {}
- name: name
verified: Other asset
- name: precision
verified: centiMilli
- name: issued
verified: issued_supply

assignments:
assetOwner:
seal: closing_method:txid:vout
amount: issued_supply
owned:
- name: balance
seal: txid:vout
data: issued_supply
37 changes: 22 additions & 15 deletions contracts/usdt.yaml.template
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
interface: RGB20Fixed
consensus: bitcoin
testnet: true
issuer:
codexId: y6L7YTlM-5_v4LWy-oQsj5hV-I2imvxD-zRu0JBo-yaguhrY
version: 0
api: rLosfg
name: USDT
method: issue
timestamp: "2024-12-18T10:32:00-02:00"

globals:
spec:
ticker: USDT
name: USD Tether
details: ~
precision: 0
terms:
text: demo NIA asset
media: ~
issuedSupply: issued_supply
global:
- name: ticker
verified: USDT
- name: name
verified: USD Tether
- name: precision
verified: centiMilli
- name: issued
verified: issued_supply

assignments:
assetOwner:
seal: closing_method:txid:vout
amount: issued_supply
owned:
- name: balance
seal: txid:vout
data: issued_supply
Loading