Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 436 Bytes

Pembrock Token Contract

Sources of PembRock Finance Token (PEM) contracts.

Deployed to token.pembrock.near

Building and deploying

Build

cargo build --release

Deploy

near deploy token.pembrock.near out/wasm32-unknown-unknown/release/token.wasm new '{"owner_id":"treasury.pembrock.near","total_supply":"160000000000000000000000000"}'