1.0.7 • Published 8 months ago

bebe-core v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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
1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago