Skip to content

trojan-box/box-ui

Repository files navigation

trojan box

Development

Install dependencies with npm:

npm install

Start a local Ethereum chain using truffle:

truffle develop

Open a fresh terminal window and deploy the contracts:

truffle migrate

Testing

Make sure the truffle environment is running, then run tests

# Start ethereum chain if it's not already running
truffle develop

# In a new terminal, test application gas expenditures
truffle test test/test_ares.js

# Run all tests
truffle test

Deploy

truffle migrate --network $NETWORK_NAME

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages