Git Product home page Git Product logo

ternoa-doc's Introduction

Logo

Ternoa Documentation

All resources you'll need to build the future on Ternoa
Explore the docs 禄

View DemoReport BugDiscussions

Contributors Forks Stargazers Issues LinkedIn

Table of Contents

About Ternoa

In 2018, the idea of Ternoa was born with the objective to create a technology that can store data forever, make it accessible only to its owner, and pass it along through time. After two years of R&D, Ternoa was launched in November 2020.

We've chosen the Polkadot ecosystem to develop our own blockchain to meet our requirements. Starting from Substrate, we've developed an innovative NFT we call "Capsule". This new NFT technology gives users a unique way to use NFT as proprietary decentralized data storage.

Our Non-Fungible Token (NFT) innovations helped us create a protocol dedicated to NFTs on the Polkadot ecosystem.

Today, Ternoa develops all NFTs basics on the Polkadot ecosystem, enabling innovative solutions.

Read our LitePaper

Built With

Getting Started

To work and contribute on our documentation, you can clone our repo and run Docusaurus 2 following the instructions below.

Prerequisites

npm install yarn@latest -g

Installation

Ternoa Documentation is built using Docusaurus 2, a modern static website generator.

Init Project

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Usage Examples

You can find useful examples of usecases. Additional screenshots, code examples, demos or links to more resources from the Ternoa community. We will highlight community works soon.

For your first examples you can check our CookBook

Time Capsule dApp is our most relevant use case on the Ternoa blockchain, check out https://time-capsule.xyz/

Contributing

Contributions are what make the Ternoa community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have ideas or if you want to help by contributing to Ternoa Documentation, please fork the repo and create a pull request. You can also simply open an issue with the tag "Idea Proposal". Don't forget to give the project a star ! Thanks again Fam !

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingTernoaFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingTernoaFeature')
  4. Push to the Branch (git push origin feature/AmazingTernoaFeature)
  5. Open a Pull Request

Contact

Capsule Corp Labs - @Ternoa_ - [email protected]

Project Link: Ternoa SDK

ternoa-doc's People

Contributors

balianos avatar dependabot[bot] avatar dhammani avatar immanuel-john avatar ipapandinas avatar jeemclr avatar jenyfair avatar juliechabanis avatar kamccy avatar na0xmi avatar peshwar9 avatar ternoasupport avatar victor-salomon avatar zorvan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ternoa-doc's Issues

Epic: Ternoa Fundamentals > Ternoa Wiki

Description

This section introduces our blockchain and infrastructure to people who are new to Ternoa.
The aim is to describe things without getting too much deep into developers notions.

Target: Everybody, from new employees to anyone in the community.
Some technicals web3 prerequisites are a must since we are directly talking about NFTs.

Todo

[Developers] Indexer

Description

This section is Indexer focused and will contain several subsections to understand how Indexer works.
We need to explain in details the difference with the Dictionary and how to use the Dictionary in pair with the Indexer to improve syncing performances.
Installation material guides is also super important, we have to explain a to run our own Indexer locally.

Todo

  • Introduction: vision + subquery + architecture design choices
  • Getting started + Contribution
  • Queries
  • Installation guidelines: node + docker + postgres usage
  • Tutorial: create an new Entity
  • References
    • Community references
    • Github Discussions

[Developers] Restructure dev doc: basics

Todo

  • Introduction: Ternoa building tools + glossary
  • Get started
    • Prerequisites: wallet with alpha CAPS
    • Installation: ternoa-js library
    • Mint NFT
    • View NFT
    • Sold NFT
      ... structure by features with no separation between Indexer & SDK

[Developers] SDK

Description

This section is SDK focused and will contain several subsections to understand how SDK works.
We need to explain the vision, our design choices and how to install and use it locally.

Todo

  • Introduction: vision + architecture design choices
  • Getting started + contribution
  • Installation guidelines
  • Workflow
  • Events
  • Cookbook
    • Utility Batch/BatchAll
    • Upload to IPFS
    • Wallet tx signing (Ternoa Wallet + Polkadot extension)
    • NFTs creation batching
    • Secret NFTs creation batching
  • References
    • Community references
    • Github Discussions

References

Readme update : contribute

Contributors Forks Stargazers Issues LinkedIn


Logo

Ternoa Documentation

All resources you'll need to build the future on Ternoa
Explore the docs 禄

View DemoReport BugDiscussions

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage Examples
  4. Docmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About Ternoa

In 2018, the idea of Ternoa was born with the objective to create a technology that can store data forever, make it accessible only to its owner, and pass it along through time. After two years of R&D, Ternoa was launched in November 2020.

We've chosen the Polkadot ecosystem to develop our own blockchain to meet our requirements. Starting from Substrate, we've developed an innovative NFT we call "Capsule". This new NFT technology gives users a unique way to use NFT as proprietary decentralized data storage.

Our Non-Fungible Token (NFT) innovations helped us create a protocol dedicated to NFTs on the Polkadot ecosystem.

Today, Ternoa develops all NFTs basics on the Polkadot ecosystem, enabling innovative solutions.

Read our LitePaper

Ternoa Litepaper Screenshot

(back to top)

Built With

(back to top)

Getting Started

To work and contribute on our documentation, you can clone our repo and run Docusaurus 2 following the instructions below.

Prerequisites

npm install yarn@latest -g

Installation

Ternoa Documentation is built using Docusaurus 2, a modern static website generator.

Init Project

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

(back to top)

Usage Examples

You can find useful examples of usecases. Additional screenshots, code examples, demos or links to more resources from the Ternoa community. We will highlight community works soon.

For your first examples you can check our CookBook

Time Capsule dApp is our most relevant use case on the Ternoa blockchain, check out here

For more examples, please refer to the Wiki

(back to top)

Docmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the Ternoa community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have ideas or if you want to help by contributing to Ternoa Documentation, please fork the repo and create a pull request. You can also simply open an issue with the tag "Idea Proposal".
Don't forget to give the project a star ! Thanks again Fam !

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingTernoaFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingTernoaFeature')
  4. Push to the Branch (git push origin feature/AmazingTernoaFeature)
  5. Open a Pull Request

(back to top)

Contact

Capsule Corp Labs - @Ternoa_ - [email protected]

Project Link: Ternoa SDK

(back to top)

Acknowledgments

(back to top)

[Fundamentals] Offchain components

Description

Offchain components can be divided into 2 types: builder tools & applications.

  • Builder tools are infrastructural tools to build on top of Ternoa chain.
  • Applications includes native application build and maintained directly by the Ternoa team: Bridge, Wallet, Explorer, End-to-end test dApp for Ternoa-JS SDK

Todo

[Developers] Overview

Description

This overview aims to explain differences about SDK & Indexer to build on Ternoa.

Ternoa General

Under Ternoa General on docs add sections for the following content from Wiki:

  • Joining Community
  • Ambassador Program
  • Accelerator Program
  • Move 'Staking' to General

Document different balances

We should detail differences balances in the Token section for developers.
Here is the explanaition from a Slack message:

Thank you for bringing up the issue of balance wording on the substrate. It can indeed be tricky to understand.
To answer your question, unfortunately, we cannot update the UI as we are using the public polkadot portal instance and do not have access to the code. Therefore, it is not possible to update the UI specifically for Ternoa.

For new builders, I suggest the following:
If they use the Polkadot Portal, they must understand that on screen 1:
Total balance = Free balance + Reserved balance
Transferrable balance = Free balance - Frozen balance
Locked balance = Frozen balance
Alternatively, they can use our Indexer and the AccountEntity where:
capsAmount refers to the transferrable balance
capsFrozen refers to the locked balance
capsTotal refers to the total balance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.