Skip to main content

Questions tagged [native-assets]

tokens created on the Cardano network

1 vote
1 answer
23 views

Staking native token on Cardano

Can you please help me. Smart contracts (or some other way) for staking are possible on Cardano? Is this possible? User should be able to stake own (native) token on platform Reward formula: Stake ...
Zmicer's user avatar
  • 11
1 vote
0 answers
30 views

Build Transaction to Transfer Native Token

I need to build a Cardano transaction that transfers a Native Asset/Token. I am working in Go, using this library: https://github.com/echovl/cardano-go. I can see an example showing how to mint assets,...
csknk's user avatar
  • 111
0 votes
0 answers
29 views

To create a dead-end "burning mechanism" contract for a specific native token

I am not sure how this should, or could, be done on Cardano... I would like an address/script which, if a specific native token were submitted there, that token would become permanently irretrievable. ...
RelevantData's user avatar
0 votes
1 answer
6 views

What does "Exception: unpaired digit" digit mean when trying to use the "assetClassValue" function?

Attempting to use function : assetClassValue (assetClass "67890" "PussToken") 100 Value (Map [(678900,Map [("PussToken",100)])]) Getting error -> Value (Map [(*** ...
Basho's user avatar
  • 13
0 votes
0 answers
26 views

Get live price for token across different Cardano DEXes

I am working on a small pet project and I need to get the live price data for a token across multiple Cardano DEXes. For instance, I need the live price of WMT on MinSwap, MuesliSwap, GeniusYield and ...
Skelli's user avatar
  • 317
0 votes
0 answers
15 views

Some issues encountered when working with Cardano

How can I generate a bech32 address in the following code: const wallet = new AppWallet({ networkId: 0, fetcher: blockchainProvider, submitter: blockchainProvider, key: { type: 'root', ...
Solider's user avatar
  • 13
0 votes
1 answer
27 views

Historical price data for Cardano native assets

Does anyone know where I can get historical price data for Cardano native assets? Data that can subsequently be used for data analysis and visualization. Something similar to what taptools is using ...
genesisblock's user avatar
0 votes
1 answer
47 views

Is there any way to wrap a cardano native asset to eth?

I am looking for wrapping some native cardano tokens to the etherium network is there any way to achieve the same? Any help or urls will be very helpfull.
arunwebber's user avatar
0 votes
1 answer
87 views

Limit the number for each Token (AssetName) within one Currency Symbol (Policy ID)

is there any way to limit number for each tokens within one minting policy, in Plutus validator? For example for policy ab12 I want to allow users minting tokens, in different transactions. Сan the ...
dmitry_stas's user avatar
0 votes
1 answer
94 views

TypeError: a bytes-like object is required, not 'Transaction'

I am trying to use the https://github.com/Python-Cardano/pycardano/blob/main/examples/native_token.py with minor changes, like pointing to mainnet (have tried preview as well). I have updated the ...
user9232's user avatar
0 votes
2 answers
181 views

Cardano Multi-Sig Mint BabbageOutputTooSmallUTxO

I’m trying to build a multi-sig transaction to mint an NFT. The transaction will take some input from users wallet via coin selection and add an additional NFT as output. The problem begans, when the ...
Alexis's user avatar
  • 123
1 vote
1 answer
30 views

What makes native assets native on Cardano?

Triggered by this blog post[1] (and forum post[2]) which says "No smart contract is needed to mint tokens on Cardano", isn't it so that to mint or to burn custom assets, one does need to run ...
Cigarette Smoking Man's user avatar
1 vote
1 answer
87 views

Verify if signing wallet is same wallet that generated a particular policy id

Context: I'm trying to programmatically verify the owner/creator of a policyId. I assume that I need to verify whether a signing wallet is the same wallet that generated a particular policy id. (I am ...
schaufelmerde's user avatar
0 votes
1 answer
22 views

Are NFT policies interchangeable between networks?

Generating a policy doesn't require a running node; the cardano-cli alone is sufficient. Since no connection is made to the network, can I assume there's no difference between a policy on preprod and ...
wout's user avatar
  • 187
1 vote
2 answers
324 views

Send native tokens without running node

is there any library or proper guide to send custom/native tokens in NodeJS? i don't want to run full node (cardano-node/cardano-wallet), just want to build and sign a transaction and submit it via ...
AmirhN's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
7