rsnext/examples/evm-multichain-dapp
2022-10-26 10:55:10 -07:00
..
config examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
hooks examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
pages examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
public examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
styles examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
.gitignore examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
next.config.js chore: remove swcMinify: true as it's the new default. (#41877) 2022-10-26 10:55:10 -07:00
package.json examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
README.md examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00
tsconfig.json examples/evm-multichain-dapp (#39206) 2022-09-30 14:19:54 +00:00

EVM multichain nextjs template

Nextjs Public template for building Ethereum Virtual Machine Multichain Dapps

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example evm-multichain-dapp evm-multichain-dapp-app
yarn create next-app --example evm-multichain-dapp evm-multichain-dapp-app
pnpm create next-app --example evm-multichain-dapp evm-multichain-dapp-app

Deploy it to the cloud with Vercel (Documentation).