Skip to content

decentldotland/mem-nextjs-template

 
 

Repository files navigation

@decentldotland/mem-nextjs-template

MEM next.js template

A simple UI scaffold around a MEM counter function.

app/api/route.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.


next.js front end

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.4%
  • JavaScript 12.5%
  • CSS 9.1%