Skip to content

coderRaj07/Create-Dapps-Faster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Deploying smartcontracts on local testnets using remix

open and select injected web3 in remix select the prefered testnet and deploy

to create next app

npx create-next-app@latest

Inside the next-app folder created(By default my-app)##

to install web3modals and ethersjs

npm install web3modal ethers

to run the project

npm run dev

integrate bootstrap to nextjs

https://dev.to/anuraggharat/adding-bootstrap-to-nextjs-39b2

to speedup the process use html to jsx converter(to use bootstrap elements in next)

https://transform.tools/html-to-jsx

Changing of tags manually (to use bootstrap elements in next)

to
to to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published