Project owner: @mintalkanes Introduction: The first token of the alkanes protocol $METHANE Programmable Token on Bitcoin Not rolling now, about 0.5u/card, 4% has been paid A total of 100,000 cards, 10,000 tokens each Bullets: BTC White paper: http://alkanes.build/docs/learn/intro Tutorial: 1️⃣ 1. Create an OYL wallet: http://oyl.io 2. Deposit BTC to the segwit address of bc1q, and it will be automatically transferred to the bc1p address after payment 3. http://mintalkanes.com/methane Adjust the fee rate, mint 2️⃣ Those who know code can also Use OYL-SDK http://github.com/Oyl-Wallet/oyl-sdk
- 0 replies
- 0 recasts
- 0 reactions
The specific tutorial is as follows The prerequisite is to use bc1q's btc wallet. If you have typed inscriptions before, it should be very simple For newbies, just send the following paragraph to grok. It is very simple. Grok will teach you http://wizz.cash/btc/sendUse this to divide utox 1. Install the node environment first 2.npm install -g @oyl/sdk 3. Create a .env environment file //Put the mnemonic in the quotation marks (note that it is a mnemonic) MNEMONIC="" SANDSHREW_PROJECT_ID=lasereyes 4. This is the single word mint command (the last number is gas): oyl alkane execute -data "2,3,77" -p bitcoin -feeRate 1.5 This repeats the mint command: for /L %i in (1,0,2) do oyl alkane execute -data "2,3,77" -p bitcoin -feeRate 1.5
- 0 replies
- 0 recasts
- 0 reactions
- 0 replies
- 0 recasts
- 4 reactions