1.0.13 • Published 7 months ago

funtopia-core v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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 Rinkeby

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

If you do not have ETHERSCAN_API_KEY, go to https://etherscan.io/myapikey and add one.

PRIVATE_KEY = <Your Private Key>
ETHERSCAN_API_KEY = <Your Etherscan 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.13

7 months ago

1.0.12

7 months ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago