An Ethereum/Solidity smart contract that functions as a birth certificate for Kaboom Shebang.
# if you want to use the Remix IDE
# install node dependencies
npm install
# and verify Remix Daemon
remixd -v
# or:
# .\node_modules\.bin\remixd -v # windows
# ./node_modules/.bin/remixd -v # unix
# run remixd to connect Remix IDE (cloud) to local file system
remixd -s <absolute-path> --remix-ide https://remix.ethereum.org
# you can use ${pwd} in Powershell
# .\node_modules\.bin\remixd -s ${pwd} --remix-ide https://remix.ethereum.org
- Work out logic
- Deploy contracts to testnet
-
Deploy to Ethereum MainnetToo expensive (700USD 😂)
HelloKbsb: https://goerli.etherscan.io/address/0x75acf3644a324ba020e950b3d31cb3951e356d20#readContract
BirthCertificate: https://goerli.etherscan.io/address/0xec4a7147fccf4183e61b49d45091a5bfebdf45cc#readContract