>be a smart contract dev
What do you buidl right now?
>be a smart contract dev
What do you buidl right now?
You're not though. Or you'd work at any major corporation with a blockchain development team for 250k+
Or it's Friday night and I'm bored.
>be learning solidity
Any tips bro?
Jesus christ be careful of rounding errors since Solidity has no floats... uhhh... Remix and metamask is great but truffle is more consistent?
Thanks! If you end up finding out what to build you should let me check it out. I've reading live smart contracts to try and see good patterns and production code.
Make as many dapps that allow people to avoid and bypass Jew banking control, ideally with no kyc.
If this wasn't where it is I'd totally throw a fuckton of links at you. Since this shit is immutable it's really hard to not dox yourself.
Other notes: learning clientside web3 is worth it. Infura works, you can (probably*) trust it. There are a TON of projects in need of someone who can sling uint256, just use the appropriate shitty corporate recruiter lounges.
DON'T CODE FOR FREE
If you've got a specific question I'll gladly answer.
That's the idea, got any specific part of it?
How do I get into this? Right now I'm a data engineer at a bank and I hate it. I don't think I use any of the tools, languages or systems for Blockchain. Where do I get started?
Cool thanks for more info. I've made some shitty one offs but am gonna try eattheblocks course since I've got some spare cash. I was trained web dev and after a nice big project would I be ready to take some jobs or is there a large disconnect between a toy erc20 exchange and production?
The very first thing I used is cryptozombies and watch this playlist to get the gist of solidity youtube.com
Install MetaMask and go to remix.ethereum.org
start implementing and launching shit like ERC20 tokens (shitcoins). NFTs are cool.
Solidity is kindof like a stripped-down C... it's low level and no decimals/floats.
If you use a thing called ganache-cli you can have an private ETH network in 5 seconds. MetaMask will connect to this no problem.
Truffle is amazing.
>Building with Infura
Totes decentralized, bro
The biggest disconnect is knowing you can't fuck around. Your features HAVE to be 100% solid. I suggest auditing. ConsenSys Dilligence is awesome if you/your project can afford it.
THERE'S REAL MONEY ON THE LINE, BE CAREFUL
Run a full node if you want, but for getting to Ropsten, Infura is fine.
Also, you sign the tx before that shit is sent so other than delaying it, there's not much they could do to it.
I hear you loud and clear. I imagine all it takes is one fuckup and your rep is shit. Unit test the fuck out of shit gotchu. I appreciate the input. Is there a decent solidity community that's easy on beginners?
>Is there a decent solidity community that's easy on beginners
no
I was afraid of that. Because there's so much potential money involved the resources and communities arn't as open. I am shit with math and ML but was able to get a decent book and ask for help to get a production model. Looks like this will be less friendly.
Hey user, I have an idea for something, but I want to talk in private.
A smartcontract that you can send crypto to which can then wire the money to a bank account without revealing that it’s coming from crypto. I think the chainlink PayPal app was something like that. Basically, so banks can’t shut down crypto because they don’t know it’s coming from crypto. Idk. Maybe other anons can help out
a death contract that evenly distributes my crypto amongst my heirs if I don't touch my wallet for 12 months.
komodoplatform.com
Dunno is temp-main is OK but:
[email protected]?
Yeah, doing an on/off ramp like that requires a connection to a bank with an API which they just do NOT give out access to without a bunch of bs DD on your whole org... yeah
give me a minute
Dead man switches are sexy AF, I wholly support this... until you run out of gas.... goddamn 75gwei+
you copy ampleforth and also cap positive rebases at 10% and do a fair proof of liquidity launch without investors holding 99% of the funds over 4 years
>ConsenSys Dilligence is awesome if you/your project can afford it.
Ballpark cost?
or a xamp with an actual fucking oracle instead of `a guy who has the rebase alarm set on his phone to do it manually`
gas costs are eth's achilles heel. I was told that such a thing could be done cheaper elsewhere, hence the link. is eth 2.0 really gonna happen?
holy shit that is specific lol... noted, thank you.
>fair proof of liquidity
I love the idea of a fair launch, I shouldn't be able to fuck you over... provably
I'll give this one some thought for sure, thank you fren
Ok in all seriousness...
How difficult would it be for someone with a moderately high IQ to learn enough solidity to code some basic smart contracts with near-zero programming experience?
$10k+ for a customized ERC20, goes up from there, but they are the de-facto standard so it's worth it if you are doing the startup hustle.