Skip to content

Instantly share code, notes, and snippets.

View HubertG97's full-sized avatar

Hubert Getrouw HubertG97

View GitHub Profile
@HubertG97
HubertG97 / PlasticatsPayment.json
Last active March 23, 2021 13:51
PlasticatsPayment
{
"TransactionType": "Payment",
"Account": "rBzoA1EXxE2FeGV4Z57pMGRuzd3dfKxVUt",
"Fee": "12",
"Destination" : "rp9d3gds8bY7hkP8FmNqJZ1meMtYLtyPoz",
"Amount": {
"currency": "02C7002303B3C3D2506C61737469636174730000",
"issuer": "rBzoA1EXxE2FeGV4Z57pMGRuzd3dfKxVUt",
"value": "1000000000000000e-94"
}
@HubertG97
HubertG97 / TrustSet-Plasticats.json
Created March 23, 2021 13:47
TrustSet-Plasticats
{
"TransactionType": "TrustSet",
"Account": "rp9d3gds8bY7hkP8FmNqJZ1meMtYLtyPoz",
"Fee": "12",
"Flags" : 131072,
"LimitAmount": {
"currency": "02C7002303B3C3D2506C61737469636174730000",
"issuer": "rBzoA1EXxE2FeGV4Z57pMGRuzd3dfKxVUt",
"value": "1000000000000000e-94"
}
@HubertG97
HubertG97 / CTI-Plasticats.json
Last active March 19, 2021 13:48
CTI-Plasticats.json
{
"Account": "rBzoA1EXxE2FeGV4Z57pMGRuzd3dfKxVUt",
"TransactionType": "Payment",
"Amount": "1",
"Destination": "rp9d3gds8bY7hkP8FmNqJZ1meMtYLtyPoz",
"Fee": "100000",
"Memos": [{
"Memo": {
"MemoData": "697066733A2F2F62616679626569666C6A667870786F7A6E6A703273357266697270666A756E7876706B71737863727133766C626F6C346536717A376F7972693571",
"MemoFormat": "746578742F757269",
@HubertG97
HubertG97 / Payment.json
Last active February 25, 2021 16:54
Sending the token from the minter to the hot wallet
{
"TransactionType": "Payment",
"Account": "rawSnhbdjsxrRqMupArYZAiSwVNyWgtM4M",
"Fee": "12",
"Destination" : "r3uZPZJsEjy4CV59EQZZcLzjAwVPc2fLZR",
"Amount": {
"currency": "64656E6163687477616368740000000000000000",
"issuer": "rawSnhbdjsxrRqMupArYZAiSwVNyWgtM4M",
"value": "1000000000000000e-96"
}
@HubertG97
HubertG97 / TrustSet.json
Last active February 25, 2021 16:21
Setting up a trustline between the minter and the hot wallet
{
"TransactionType": "TrustSet",
"Account": "r3uZPZJsEjy4CV59EQZZcLzjAwVPc2fLZR",
"Fee": "12",
"Flags" : 131072,
"LimitAmount": {
"currency": "64656E6163687477616368740000000000000000",
"issuer": "rawSnhbdjsxrRqMupArYZAiSwVNyWgtM4M",
"value": "1000000000000000e-96"
}
@HubertG97
HubertG97 / SetFlag.json
Last active February 25, 2021 16:00
Set a default flag
{
"TransactionType": "AccountSet",
"Account": "rawSnhbdjsxrRqMupArYZAiSwVNyWgtM4M",
"Fee": "12",
"SetFlag" : "8"
}
@HubertG97
HubertG97 / gist:7019029a591d82bf53d93d346a0a8c70
Created February 25, 2021 15:48
Setting up a NFT on the XRPL
//Set a default flag
{
"TransactionType": "AccountSet",
"Account": "rawSnhbdjsxrRqMupArYZAiSwVNyWgtM4M",
"Fee": "12",
"SetFlag" : "8"
}
//Setting a trustline between the minter and the hot wallet