- Deployment
- You will need to create a MultiBaas deployment or have an existing deployment to use this sample.
- API Key
- You will also need to provision an API key with membership in the
DApp User
group.
- You will also need to provision an API key with membership in the
- Mlti Token Contract
- You will need to deploy a
Mlti Token
contract using the labelmltitoken
.
- You will need to deploy a
- CORS Configuration
- Finally, you will need to update your CORS settings by going to
Admin
thenCORS Domains
and setting up the domain of the sample app. If you are running locally this will behttp://localhost:8080
by default.
- Finally, you will need to update your CORS settings by going to
After you have configured your deployment and smart contract, please fill out the required parameters below in App.vue
:
BASE_URL
API_KEY
yarn install
yarn run serve
yarn run build
yarn run lint
These tests will run against the above configured server and deployed MltiToken contract.
You must stop any currently running server, i.e. Ctrl-C out of yarn run serve
.
You can then run the tests with the following command:
yarn run test