This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devInteracting with an existing smart contract on Flow’s testnet known as the Profile Contract. Using this contract, I was able to create a new user profile and edit the profile information using the Flow Client Library (FCL).
- Installation & Configuration
- Authentincation
- Querying the Blockchain
- Initializing an Account
- Mutating the Blockchain