Searchβ¦
[WIP] Our New Internet
π§β
Build Dapps with Koii
π
Welcome to Koii-X
β‘
Quick Start
π
Site Meta Data
β¨
Tech Stack
β
Environment
π¨
Using NFTs as Content
π€
Integrating Wallets
π
Template Library
π
Earning KOII
Registering Content
Sybil Attack Prevention
Attention Mining
Running Task Nodes
πͺ
Microservices & Tasks
What are Tasks?
What are Audits?
Gradual Consensus
Staking and Voting
Smart Contract
Task Design Guide
π
Finnie Wallet
π
Welcome to Finnie
β
Koii Software Toolkit (SDK)
π
What is the Koii SDK?
Wallet functions
Register Content
Basic Utility Functions
β
Support
π£
Contact Support
Powered By
GitBook
β‘
Quick Start
Get up and running in minutes!
Follow the steps below to get started building your first dApp with Koii-X.
In your CLI, run the following code snippet to install the Koii-X App:
1
npx create-koii-app
Copied!
Koii-X needs
Node.js
and
Yarn
to install and run.
Check your environment (Copy paste in your terminal):
1
node --version
2
yarn --version
Copied!
The terminal will show your environment version
If you fail to install or think you lack the necessary environment you can check and install the requirements here.
Environment
β
After the installation is done head to the installed project and inside it run
yarn start
.
If
yarn start is
doesn't work, try:
1
react-scripts --openssl-legacy-provider start
Copied!
Now you can see the whole structure of Koii-X. When you are ready to deploy your dApp, run:
1
yarn build
2
yarn deploy
Copied!
Build Dapps with Koii - Previous
Welcome to Koii-X
Next
Tech Stack
Last modified
4mo ago
Copy link