000
Share Dialog
Share Dialog
000

Subscribe to 0000000000

Subscribe to 0000000000
Let’s talk about Aleo blockchain . They’ve been able to raise 298M$ in context arbitrium raised 132M$ .They have raised double of arbitrium. Aleo token has been confirmed and in this thread I’ll guide you how to maximize your chance to get maximum allocation.
Aleo is an L1 blockchain and it’s zero knowledge Ensure to join the discord : http://discord.gg/AleoHQ Also follow @AleoHQ
Ensure to download this chrome extension for Leo wallet so you can Interact on the Aleo Network : http://chrome.google.com/webstore/details.
Done downloading LEO Wallet• Create your account just like Metamask & save the keys
• Click on Faucet• Scan the QR from mobile & send the text message to get faucet
Note : this is really a unique process to send faucet to minimize bot activity .
Now time deploy your own contracts on ALEO Testnet.
go to demo.leo.app/deploy
in program copy paste the code :
note : REPLACE “omzy.aleo” by your own NAME (any of your choice)
program omzy.aleo;
record Token:owner as address.private;amount as u64.private;
function mint:input r0 as address.private;input r1 as u64.private;cast r0 r1 into r2 as Token.record;output r2 as Token.record;function transfer:input r0 as Token.record;input r1 as address.private;input r2 as u64.private;sub r0.amount r2 into r3;cast r0.owner r3 into r4 as Token.record;cast r1 r2 into r5 as Token.record;output r4 as Token.record;output r5 as Token.record;
fees : 12000000
• click on submit
• wait for finalizing your deployment
• Once its show “COMPLETED” ,
Check your contract here : explorer.hamp.app/programs
Now let’s deploy TOKEN on ALEO testnet .
go to demo.leo.app/execute• Program ID : omzy.aleo (which we deployed above)• Function Name : mint• Inputs :YOUR_WALLET_ADDRESS1000u64
Let’s talk about Aleo blockchain . They’ve been able to raise 298M$ in context arbitrium raised 132M$ .They have raised double of arbitrium. Aleo token has been confirmed and in this thread I’ll guide you how to maximize your chance to get maximum allocation.
Aleo is an L1 blockchain and it’s zero knowledge Ensure to join the discord : http://discord.gg/AleoHQ Also follow @AleoHQ
Ensure to download this chrome extension for Leo wallet so you can Interact on the Aleo Network : http://chrome.google.com/webstore/details.
Done downloading LEO Wallet• Create your account just like Metamask & save the keys
• Click on Faucet• Scan the QR from mobile & send the text message to get faucet
Note : this is really a unique process to send faucet to minimize bot activity .
Now time deploy your own contracts on ALEO Testnet.
go to demo.leo.app/deploy
in program copy paste the code :
note : REPLACE “omzy.aleo” by your own NAME (any of your choice)
program omzy.aleo;
record Token:owner as address.private;amount as u64.private;
function mint:input r0 as address.private;input r1 as u64.private;cast r0 r1 into r2 as Token.record;output r2 as Token.record;function transfer:input r0 as Token.record;input r1 as address.private;input r2 as u64.private;sub r0.amount r2 into r3;cast r0.owner r3 into r4 as Token.record;cast r1 r2 into r5 as Token.record;output r4 as Token.record;output r5 as Token.record;
fees : 12000000
• click on submit
• wait for finalizing your deployment
• Once its show “COMPLETED” ,
Check your contract here : explorer.hamp.app/programs
Now let’s deploy TOKEN on ALEO testnet .
go to demo.leo.app/execute• Program ID : omzy.aleo (which we deployed above)• Function Name : mint• Inputs :YOUR_WALLET_ADDRESS1000u64
<100 subscribers
<100 subscribers
No activity yet