hashland-core

1.0.63 • Public • Published

Install Dependencies

npm i

Build Contracts and Generate Typechain Typeings

npm run build

Run Contract Tests

npm run test

Run Coverage Report for Tests

npm run coverage

Deploy and Verify to Bsc-Testnet

Create a new .env file in the root directory, and put your PRIVATE_KEY and BSCSCAN_API_KEY in it.

If you do not have BSCSCAN_API_KEY, go to https://bscscan.com/myapikey and add one.

PRIVATE_KEY = <Your Private Key>
BSCSCAN_API_KEY = <Your Bscscan Api Key>

And then run:

npm run deploy

Generate Flattened Contract

npm run flatten

Run Scripts on Server

pm2 start

Check Scripts Logs on Server

pm2 logs

Store NFT Data on IPFS

Needs NFT_STORAGE_API_KEY in .env file.

If you do not have NFT_STORAGE_API_KEY, go to https://nft.storage/ and add one.

npm run store

Readme

Keywords

none

Package Sidebar

Install

npm i hashland-core

Weekly Downloads

0

Version

1.0.63

License

MIT

Unpacked Size

2.24 MB

Total Files

96

Last publish

Collaborators

  • havenquan