0.5.6 • Published 6 years ago

dbrain-contracts v0.5.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Build Status

Dbrain contracts

Dbrain contracts packed into isomorphic NPM package to be used from Node.js backend and DApps in a browser.

Quick Start guide

npm install

Deploy config

Soltsice has storage factory that creates a schemaless storage on (currently) Ropsten, Rinkeby and Mainnet. During deploy we calculate hash of a contract bytecode and use it as a key to store the deployed address. If the bytecode is not changed we just use an already deployed instance, otherwise we deploy a new instance and store its new address (the utils.ts has boilerplate code for each contract).

The logic is probably the same as in Truffle, but Truffle still produces invalid ABIs on overwrites (need to delete artifacts before compiling) and tests from Truffle are very slow compared to jest --watch when we do not need to recompile solidity. Our own storage gives complete control and flexibility vs the Truffle black box.

0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.4.0

6 years ago

0.3.19

6 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.14

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago