We currently maintain the Kreate protocol specifications on Notion.
This repository contains the implementation in Gen I. It is currently at the Beta stage for mainnet testing.
npm i
export BLOCKFROST_URL=https://cardano-[preview/preprod/mainnet].blockfrost.io/api/v0
export BLOCKFROST_PROJECT_ID=preview***********************
export NETWORK=Preview
export TEST_SEED_PHRASE_URL=xxxxx%20xxxxxxx%20xxxxxxxx%20xxxxxxx
export STAKING_MANAGER_ADDRESS=addr_xxxxxxxxxxxxxxx
export POOL_ID=poolxxxxxxxxxxxxxxxxxxxxxxx
npm run deploy
export KOLOUR_NFT_PUB_KEY_HASH=xxxxxxxxxxxxxxxxxxxxxxxx
export KREATION_NFT_PUB_KEY_HASH=xxxxxxxxxxxxxxxxxxxxxxxx
- Update information in
src/cli/meta-protocol/propose.ts
andsrc/cli/meta-protocol/apply.ts
then propose:
npm run meta-protocol:propose
- Wait for the proposal duration before applying:
npm run meta-protocol:apply
npm test