0.22.7 • Published 2 years ago

@rocketsauce/transmuter-ts v0.22.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Transmuter ⚗️

Simple program to mutate old NFTs into new.

Docs

Read full documentation here.

Official deployment

Transmuter is officially deployed at: MUtatfNYnPZFYuzKsTbSRqSGKGY62raG1apLVKf6yft across all 3: mainnet, devnet, testnet.

Deploying / using

Install dependencies:

yarn

Build the program:

yarn build

Run tests:

# localnet
yarn test

# devnet
anchor test --skip-deploy --provider.cluster devnet --provider.wallet <WALLET>

Publish new SDK to NPM:

yarn pub

Pull latest gem-farm-ts from NPM:

yarn update

Deploy:

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