Skip to content

Highly customized ERC-721 smart contracts. On-Chain NFT fusions, extreme deflationary supply and future extendibility.

Notifications You must be signed in to change notification settings

Titanbornes/titanbornes-contracts

Repository files navigation

titanbornes-contracts

Titanbornes_TwitterCover@0,5x

Titanbornes

Usage

Checkout this repo and install dependencies

git clone https://github.com/titanbornes/titanbornes-contracts
cd titanbornes-contracts
npm install

Create your .env file according to the sample.env provided file.

MAINNET_PRIVATE_KEY=
RINKEBY_PRIVATE_KEY=
ALCHEMY_RINKEBY_ENDPOINT=
ALCHEMY_MAINNET_ENDPOINT=
CMC_KEY=
ETHERSCAN_KEY=

Testing

There are exhaustive tests provided in the Test.js file. You can run the file using this command:

npx hardhat test

Deploying

You can deploy this contract to Rinkeby testnet. This requires funding a wallet and registering API keys with Alchemy and Etherscan

Copy sample.env to .env and edit in your keys. Then:

npm run rinkeby

You can also use the verify scripts to verify the contract on Etherscan.

npx hardhat verify --network rinkeby <YOUR_CONTRACT_ADDRESS>

Substitute mainnet for rinkeby to deploy for realsies. good luck!

About

Highly customized ERC-721 smart contracts. On-Chain NFT fusions, extreme deflationary supply and future extendibility.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published