wban-nfts
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

wBAN NFTs

Setup

Wallet setup

Copy the .env.default file as a .env file.

In the .env file change the mnemonic and write the one you are using with Metamask.

Next add a custom network in Metamask defined like this: Metamask setup for Hardhat

Start development node

Install all the project dependencies: yarn install.

Simply running yarn node:watch will compile and deploy the smart-contract on a Hardhat EVM.

Every time the source code of the smart-contract is changed, it is redeployed on this EVM.

Start frontend

In the frontend directory, install all the frontend dependencies: yarn install.

Then run yarn serve.

After frontend compilation, the dApp should be available at: http://localhost:8080.

Deployment Instructions

  • Testnet: yarn deploy:testnet

Package Sidebar

Install

npm i wban-nfts

Weekly Downloads

1

Version

0.3.0

License

GPL-3.0-or-later

Unpacked Size

644 kB

Total Files

81

Last publish

Collaborators

  • wrap-that-potassium