contract
-
Smart Contract <-> Svelte 프론트엔드 연동컴퓨터/Solidity 2022. 11. 28. 19:33
Svelte Web3 clbrge/svelte-web3 web3.js library integration as a Svelte store. Contribute to clbrge/svelte-web3 development by creating an account on GitHub. github.com 소개 Web3 dApp을 Svelte로 만들 수 있게 도와준다. npm i svelte-web3 yarn install svelte-web3 index.html 아래를 head에 추가한다. 예제 App.svelte 연동 아래는 MetaMask에 연동된다. 알맞은 provider 선택해서 하면 된다. onMount에서 connect 하거나 await connect() pending 해서 렌더링 시킨다. {#if..