Deploy
Deploy both Your Koii-X (Leaderboard) and the Crowdfunding portal
Last updated
Deploy both Your Koii-X (Leaderboard) and the Crowdfunding portal
Last updated
Follow these simple steps to deploy to your Leaderboard or Crowdfunding portal to Arweave:
Install globally on your machine. arkb runs using NodeJS and NPM. You must have both installed on your machine for it to work.
npm install -g arkb
Or head to installation guide.
Finally, Run:
yarn deploy
yarn deploy
is a shortcut of
yarn build && arkb deploy build -w wallet.json --timeout=50000 --debug
Check if everything looks good, then enter "Y" to confirm upload.
Give it a second for your dApp to deploy to Arweave and you will receive your transaction ID.
You will need around 0.01 AR to deploy.
Please make sure your node version is higher than v16.13.1
Check your node version: node -v
To track the attention of your deployed DApp:
Get the transaction id
You should get this id
after the deployment is done. It follows this format https://arweave.net/<txid>
Submit your transaction id
to the port to track it.
port.propagatePoRT(id)
What is decentralized storage? Learn more with We Teach Blockchain:
One more option, you can deploy your dApp by using Spheron:
Spheron makes deploying your dApp directly from GitHub easy.
Import the port. Or create your own like .
import port from "services/port";
Arweave info To check your dApp. Please visit:
Check our for a full write-up on how to deploy your Koii-X template using Spheron.
You can to point at your newly deployed dApp right from within Spheron
๐