/Truffle-Svelte

💰 A credit service using the power of Smart Contracts and Reactivity

Primary LanguageSolidityMIT LicenseMIT

💰 Open Credit

SvelteIcon Solidity Web3 JavaScript

A credit service written in Svelte, Truffle and Web3 for a blockchain course

🚀 Startup

  • Create a workspace in Ganache and select truffle-config.js
  • Make migrations of contracts from the directory blockchain
    $: truffle migrate
  • Install dependencies and run Svelte app via npm or yarn from frontend directory
    $: npm install
    $: npm run dev
  • Open http://localhost:5000 in browser. That's it!