Skip to content

decentldotland/mem-svelte-template

 
 

Repository files navigation

@decentldotland/mem-svelte-template

MEM Svelte template

A simple UI scaffold around a MEM counter function.

src/routes/api/contract/server.ts wraps the MEM API to provide an easy way to call functions from the UI.

About MEM

Molecular Execution Machine is a web3-ready serverless functions platform. Build and deploy trustless dApps in record time ⚡️

MEM features

  • Near-instant finality
  • Multichain auth - EVM, Solana, Arweave, TON, ICP, and more
  • Multilingual - JS/TS, Rust, C/++, Python, WASM-compiled languages
  • Trustless and verifiable
  • REST-like: interact with MEM like an API
  • Web2 UX with walletless contract interactions
  • Call and compute with any data source, on of off-chain

Testing MEM contracts

MEM IDE (recommended)

While MEM is in beta, we recommend using the online MEM IDE to test and expand upon these examples -- no need to deploy! Copy the contract and state into a new project and use the interaction objects in each example's README to test.

Local testnet

The mem-testnet repo provides instructions on how to simulate MEM contracts locally. Paste contract code and state into the script and write your test cases.

Mainnet contract deployment (permissioned in beta)

For mainnet, MEM contracts are deployed via the MEM CLI.

For example:

mem deploy --src ./contract.js --init-state '{ "logs": [] }'

To interact with MEM mainnet contracts while MEM is in beta, you must first get the contract whitelisted via this form.


Svelte front end

This is a Svelte project bootstrapped with SvelteKit.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:5173 with your browser to see the result.

You can start editing the page by modifying src/routes/+page.svelte. The page auto-updates as you edit the file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.3%
  • JavaScript 22.4%
  • Svelte 21.8%
  • HTML 6.0%
  • CSS 3.5%