Updates
Always use the Latest Version
Next Dapp is still in alpha and changing rapidly. So the chances are your troubles have been resolved in the latest versions. To update Next Dapp CLI Tools,
yarn global upgrade nextdapp --latest
Plugins can be updated simply by re-adding.
nextdapp add fb
Update the core.
nextdapp add core
Updates
2020.07.06 [core v0.0.12]
- global states are accessible via
$
. - global functions can be initialized via
init([ "function_name1", "function_name2" ])
.
Sett the bind page for details.
2020.07.06 [core v0.0.8]
Tracker
name is now optional.
Sett the Tracker page for details.
2020.07.05 [web3 v0.0.6]
- add
eth
instance withgetBalance
,balanceOf
,sendTransaction
andtransfer
methods.
Sett the web3 plugin page for details.
2020.07.05 [core v0.0.7]
- global functions are now chainable.
- deprecate
props
(still works as a snapshot) and introduceget
to access any global states.
See the Global Functions page for details.