Bridge-Mutual / bridgemutual-public

3 stars 4 forks source link

code style: prettier License: MIT

Setup

Install dependencies

npm install

Please increase RAM limit for Node.js to be able to compile contracts

Set an environmental variable and reboot:

export NODE_OPTIONS=--max_old_space_size=4096

To use the linters, please add these extensions to the VSCode

ext install JuanBlanco.solidity

ext install esbenp.prettier-vscode

To verify contracts that are deployed via Truffle, please run:

truffle run verify <list_of_contracts> --network <network_from_truffle-config>

To verify proxy contracts that are deployed via factory, please run:

npx hardhat verify --network <network_from_truffle-config> <deployed address> "first constructor arg" "second constructor arg" "0x"

How to get tokens

Download wallet

Add test Ether

Mint BMI Token

Open BMI token contract on Ropsten Etherscan:

Mint STBL Token

Open STBL token contract on Ropsten Etherscan: