- Install Metamask Browser Plugin from https://metamask.io/
- Use this mnemonic:
test test test test test test test test test test test junk - Add local network to metamask (right upper circle -> settings)
localnetwork config:
network name: localhost:8545
rpc-url: http://127.0.0.1:8545/
chain-id: 69905 or 0x11111
symbol: ETH (might be buggy - not that important)
cd ./sveltenpm install
cd ./hardhatnpm install
cd ./sveltenpm run dev
cd ./hardhatnpm run nodestart the local blockchain in one terminalnpm run compilecompile your contracts from ./contracts foldernpm run deploycompile and deploy your contract from ./contracts foldernpm run testrun the tests from your ./test folder
ERC721 Specification: https://eips.ethereum.org/EIPS/eip-721
Solidity by Example: https://solidity-by-example.org/
Svelte Basics: https://svelte.dev/tutorial/basics
SvelteKit Basics: https://kit.svelte.dev/docs/introduction