Skip to main content

Build your web3 project on Ternoa

Accelerate your web3 development with our easy-to-use Ternoa.js SDK, guides, and tutorials

import { createNft } from "ternoa-js/nft";
import { generateSeed, getKeyringFromSeed } from "ternoa-js/account"
const createMyFirstNFT = async () => {
    try {
        const account = await generateSeed()
        const keyring = await getKeyringFromSeed(account.seed)
        const address = keyring.address
        await createNft(address, "My first NFT", 10, null, false, keyring)
    } catch(e) {
        console.log(e)
    }
}



Start building on Ternoa

Start exploring our Ternoa.js SDK designed to make web3 projects development easier and faster.

GO

Explore Ternoa features

From advanced NFT features, creating collections & marketplaces, explore what you can you build on Ternoa.

GO

Launch a node on Ternoa

Review the basic principles on how to run a validator node and how to stake CAPS.

GO

Discover more

Why build on Ternoa?

Ternoa is accessible, fast, scalable, and doesn't require learning a new programming language.

Learn more

Builder Guides

Ternoa offers tools that streamline and accelerate building web3 projects.

Learn more

Buy CAPS

With CAPS, Ternoa users will be able to explore dApps, NFTs and take advantage of the Ternoa infrastructure.

Learn more

NFT Primitives

Discover Ternoa's core building blocks that empower the creation and management of NFTs.

Learn more

User Guides

Uncover Ternoa's comprehensive resources to manage Ternoa Wallet, Bridge CAPS, understand key concepts, and more.

Learn more

Stake CAPS

Review our guide on how to stake CAPS on the Ternoa network.

Learn more

Join the community

Join our supportive and innovative community, the gateway into the world of Ternoa.

Ternoa Accelerator Program

Opportunity to build web3 projects, complete with grants and funding to make your innovation a reality.