active users in game economies
built with our engine
Trusted by visionariesin the industry
Supported blockchains
Upcoming Integrations
Features
Lootboxes, crafting recipes, deck building, you name it!
With Moonstream Engine you can deploy on-chain mechanics
with one click. Read our Use Cases or explore the features
to know more.
Our Workflow
Step 1
So you decided to build a healthy economy on the
blockchain. You are on the right path, traveler!
Step 2
Sign up to get whitelisted. We'll reach out to you
within 3 days to schedule a call or make a partnership
proposal.
Step 3
During onboarding pick game mechanics that you'd
like to deploy. Moonstream Engine provides you with
back-end tools to put them on the blockchain.
Enjoy
You're at the end of your blockchain development
journey now, traveler. Time to watch your game economy
grow!
Have something to discuss before signing up?{" "}
{
buttonReport("Discord", "workflow", "landing");
}}
isExternal
>
Join our Discord{" "}
to get in touch with the team (@zomglings).
FAQ
{" "}
Moonstream is a hassle-free way to ultimate game design
and superb user experience. You’ll be able to add
on-chain mechanics from our web app into your project
within a click.
Imagine you had a menu of ready-to-use game
functionalities... That’s what Moonstream Engine is
about.
>
}
/>
{" "}
Use Moonstream to add minigames, in-game items,
airdrops, lootboxes, loyalty programs, leaderboards,
crafting, and some other mechanics into your game. If
you want to add something that’s not on the list - feel
free to discuss it with the team.
Once you contact us to discuss your project, we’ll
provide you with options.
>
}
/>
{" "}
Moonstream removes the complexity of smart contact
development. It will save you weeks of time. Moonstream
Engine is your backend.
You can find code examples below on this page.
Integration is easy even if you have no experience with
web3.
>
}
/>
{" "}
Everything we build is open source and free to self-host
or modify.
{
buttonReport("Moonstream Github", "faq", "landing");
}}
textColor="white"
isExternal
>
{" "}
Here's{" "}
our GitHub. We’ll be happy to help you get set up.
We also have a managed option, where we manage the smart
contracts and the APIs. This is free for indie projects.
For larger projects, please reach out to @zomglings on
Discord for a quote.
>
}
/>
You can use{" "}
{
buttonReport("Moonworm Github", "faq", "landing");
}}
isExternal
>
Moonworm
, our free open source tool, to build datasets of
on-chain data related to market activity.
We also have a dataset with on-chain activity from the
Ethereum NFT market (April 1 to September 25, 2021){" "}
{
buttonReport("Dataset", "faq", "landing");
}}
isExternal
>
here
. And{" "}
{
buttonReport("Dataset Report", "faq", "landing");
}}
isExternal
>
here
{" "}
is our full report on it.
We’re working on V2 of the dataset above. You can
collaborate with us and become a co-author, just
@moonstream on Discord to connect with the team.{" "}
{
buttonReport("Sample Dataset", "faq", "landing");
}}
isExternal
>
Here
{" "}
you can find sample V2 datasets.
>
}
/>
One of the tools we built is the Analytics platform.
With it game designers, developers, data scientists and
crypto enthusiasts can create dashboards to track
on-chain activity and gain insights into web3 economy
and its health.
{
buttonReport("Tutorial", "faq", "landing");
}}
isExternal
>
Here's
{" "}
a tutorial on how to use the tool.
You can get access to our analytics platform by signing
up for a Moonstream account on our website. It’s free.
>
}
/>
The next big thing coming out soon is for players.{" "}
{
buttonReport("Discord", "faq", "landing");
}}
isExternal
>
Join us on Discord{" "}
for early access.
>
}
/>
Featured by{" "}
Sign up to grow your economy
{`Answer 5 questions about your project to get whitelisted.`}
{`Learn more about crypto, NFT and DAOs, find links to educational resources, discuss gaming projects, and laugh at memes.`}
);
};
export async function getStaticProps() {
const assetPreload = Object.keys(assets).map((key) => {
return {
rel: "preload",
href: assets[key],
as: "image",
};
});
const preconnects = [{ rel: "preconnect", href: "https://s3.amazonaws.com" }];
const preloads = assetPreload.concat(preconnects);
return {
props: { metaTags: DEFAULT_METATAGS, preloads },
};
}
export default Homepage;