Skip to main content
Toggle navigation menu
Back to Website
Forum
Blog
Contact Support
Flow
FAQ's
Search
FAQ's
Frequently Asked Questions
FCL
How to store current wallet account using FCL after logging in?
How To Add Wallet Connect In FCL
How to create a user account using FCL
How do you pass a struct into FCL?
Cadence
How do I iterate over a dictionary?
How to change a value inside a struct?
How to create a loop in Cadence
How do I generate a random integer in Cadence?
How to create a loop in Cadence
What is Cadence
Gas Fees
How much is the gas fee for a transaction on Flow blockchain?
Transactions and Scripts
What is a Transaction and Script?
Capabilities
What are capabilities?
Flow CLI
What are all the Flow CLI commands?
Emulator
Should I Use The Emulator or Testnet?
How do I mint FLOW tokens on emulator?
How do I send a transaction in emulator instead of testnet?
Access nodes
How to resolve access nodes error "Response closed without grpc-status (Headers only)"
How do I use an access node?
How do I connect to a gRPC access node?
Which Access node can I use for Flow?
What are Access Node URLs for Mainnet?
How to unstake access nodes
Flow Token Economics
What is the coin for the Flow blockchain?
Is FLOW token deflationary or inflationary?
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<%= block.name %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>