0.22.6 • Published 2 years ago

@gemworks/transmuter-ts v0.22.6

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: muto7o7vvfXcvpy5Qgjtaog7GRhtr9Zpzn7PSCmmF8Z 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
0.22.6

2 years ago

0.22.5

2 years ago

0.22.4

2 years ago

0.22.3

2 years ago

0.22.2

2 years ago

0.22.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago