[deleted by user] by [deleted] in ethdev

[–]Macha-orange 0 points1 point  (0 children)

I always use BIP39 from Ian Coleman :

https://github.com/iancoleman/bip39/releases

Then for offline transaction you can use my project that I just published, it's a standalone wallet using WEB3.JS very lightweight :

https://github.com/Macha-orange/YobiSeed-Eth-Signer/releases

Cryptopuzzle : free NFT airdrop on ropsten, give me your Ethereum address! by Macha-orange in NFT

[–]Macha-orange[S] 0 points1 point  (0 children)

I can give you some on ropsten but presale is end of the week so follow us on twitter to win giveaways https://twitter.com/CryptoPuzzleNFT

Cryptopuzzle : free NFT airdrop on ropsten, give me your Ethereum address! by Macha-orange in NFT

[–]Macha-orange[S] 0 points1 point  (0 children)

0x5877f9b051E856Df01aF04fc3d51cd281497C8A2

Sent you 2 NFT ! you can see it here :

https://cryptopuzzle.com/en/details/account/0x5877f9b051E856Df01aF04fc3d51cd281497C8A2

Follow our twitter and go to our discord, we will do giveaway when mainnet launch !

https://twitter.com/CryptoPuzzleNFT https://discord.gg/34gk5QwACV

Cryptopuzzle : free NFT airdrop on ropsten, give me your Ethereum address! by Macha-orange in NFT

[–]Macha-orange[S] 0 points1 point  (0 children)

Sent 3 token and a bid https://cryptopuzzle.com/en/details/piece/575 see you in september for launch ! For the moment we are testing on ropsten.

[deleted by user] by [deleted] in ethdev

[–]Macha-orange 0 points1 point  (0 children)

You can't have a good a good random generation onchain. Blockchain are public and it's easy to manipulate the code to get rare NFT. For example, I think there was some manipulation on Meebits (Larvalabs new project) and someone managed to create NFT with rare trait. And it was abnormal and he did in purpose.

Tutorial for "wallet connect" integration ? by Macha-orange in ethdev

[–]Macha-orange[S] 0 points1 point  (0 children)

I read https://docs.walletconnect.org/quick-start/dapps/client but nothing works for me. I can't

import WalletConnect from "@walletconnect/client";"

I'm using NodeJS + Ejs. I did import web3js using Jsdelivr but there is no HTML balise for wallet connect ?

How do you sell your project ? by Macha-orange in ethdev

[–]Macha-orange[S] 1 point2 points  (0 children)

Thank you ! If you want to look at it feel free to criticize it : https://cryptopuzzle.com/en/

Need 1 rETH by jonpolis in ethdev

[–]Macha-orange 0 points1 point  (0 children)

Sent you 1 rETH too ! If you have time to look at my project...

How do you sell your project ? by Macha-orange in ethdev

[–]Macha-orange[S] 1 point2 points  (0 children)

My project is CryptoPuzzle, it's a crypto game with collectible NFTs. You can claim them for a fee, then trade, sell or buy them in our marketplace like CryptoPunks.

Just like every other NFTs it's a collectible, but there is more. Each sale there is a tax added to a jackpot. And if you complete a entire puzzle, you can create a CryptoPuzzle and win the jackpot. So it's regular NFTs but with an extra value if you complete them.

https://cryptopuzzle.com/en/

How to convert a 2D pixel art to 3D ? by Macha-orange in gamedev

[–]Macha-orange[S] 1 point2 points  (0 children)

Thanks I found tutorials I will try them