@digitalbuddha/transmuter-ts
v0.0.13
Published
sdk for Magic Transmuter โ๏ธ (by GemWorks ๐)
Readme
Transmuter โ๏ธ
Simple program to mutate old NFTs into new.
Docs
Read full documentation here.
Official deployment
Transmuter is officially deployed at: muto7o7vvfXcvpy5Qgjtaog7GRhtr9Zpzn7PSCmmF8Z across all 3: mainnet, devnet, testnet.
Deploying / using
Install dependencies:
yarnBuild the program:
yarn buildRun tests:
# localnet
yarn test
# devnet
anchor test --skip-deploy --provider.cluster devnet --provider.wallet <WALLET>Publish new SDK to NPM:
yarn pubPull latest gem-farm-ts from NPM:
yarn updateDeploy:
anchor deploy --provider.cluster devnet --provider.wallet <WALLET>
anchor deploy --provider.cluster testnet --provider.wallet <WALLET>
anchor deploy --provider.cluster mainnet --provider.wallet <WALLET>
#note - w/o the --provider.wallet it will deploy using the KP in the /tests folder, which is obviously leaked