status-im / nim-status

MIT License
9 stars 6 forks source link

Create contracts to send with web3 provider #279

Closed emizzle closed 3 years ago

emizzle commented 3 years ago

nim-web3 supports contract calls and transactions using built Contract objects. Create contracts for all Sticker contracts (stickers, sticker-market, sticker-pack)

Might be a good idea to store contracts in the DB instead of needing to keep them in memory.