- Run
yarn
. - Copy and paste a private key to
.env
afterPRIVATE_KEY=
. - Run
yarn wallet
to prepare a wallet. UncommentSUI_FAUCET_URL
if wish to use the faucet. - Run
yarn build
oryarn test
to build or test. - Run
yarn deploy
for deployment. Metadata will be printed. - Update metadata in
@mesonfi/presets
.
- Run
yarn initialize
to add supported tokens to Meson's contract. - (Testnet only) Run
yarn mint
to mint tokens. - Register a pool or add tokens to the pool using the script in
meson-contracts-solidity
- Just run
yarn swap
.