This repository was archived by the owner on Feb 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " developer.bitcoin.com" ,
33 "description" : " Bitcoin.com developer resources and documentation" ,
4- "version" : " 3.2.0 " ,
4+ "version" : " 3.2.1 " ,
55 "author" : " Peter <peter@bitcoin.com> and Gabriel Cardona <gabriel@bitcoin.com>" ,
66 "dependencies" : {
77 "badger-components-react" : " ^0.1.3" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Create a new SLP Token of Type 1
2121- ` bchChangeReceiverAddress ` : ` String. ` legacy, cash or slp address format
2222- ` decimals ` : ` Number ` . Number of decimal points for your token
2323- ` name ` : ` String ` . Name of token
24- - ` ticker ` : ` String ` . Token ticker
24+ - ` symbol ` : ` String ` . Token symbol
2525- ` documentUri ` : ` String ` . URI of token document
2626- ` documentHash ` : ` String ` . Hash of token document
2727- ` initialTokenQty ` : ` Number ` . Initial token quantity
@@ -43,7 +43,7 @@ tokenId `String`. The tokenId of your newly created token. This tokenId is the t
4343 '19Fk11eyDcou66eTQ1ovTXJj7BsJTgsfo1',
4444 decimals: 2,
4545 name: 'Test SLP SDK Token 3',
46- ticker : 'TEST3',
46+ symbol : 'TEST3',
4747 documentUri: 'badger@bitcoin.com',
4848 documentHash: null,
4949 initialTokenQty: 1234,
You can’t perform that action at this time.
0 commit comments